docker-compose_aem-6.3.yml 564 B

123456789101112131415161718192021222324
  1. version: '3'
  2. services:
  3. aem-dispatcher-publisher-ssl:
  4. image: nexus.sebastianfisahn.com/aem-dispatcher-publisher:ssl
  5. tty: true
  6. ports:
  7. - "80:80"
  8. - "443:443"
  9. links:
  10. - aem-publisher:aem-publisher
  11. aem-publisher:
  12. image: nexus.sebastianfisahn.com/aem-publisher:v6.3
  13. stdin_open: true
  14. tty: true
  15. ports:
  16. - "4503:4503"
  17. aem-author:
  18. image: nexus.sebastianfisahn.com/aem-author:v6.3
  19. stdin_open: true
  20. tty: true
  21. ports:
  22. - "4502:4502"
  23. links:
  24. - aem-publisher:aem-publisher