Files
2024-11-26 14:37:36 -03:00

24 lines
622 B
YAML
Executable File

version: "3"
services:
front-screenmatch:
image: httpd:latest
container_name: web-screenmatch
volumes:
- "/Volumes/HDD_MINI/dev_varios/curso-oracle-backend/2086-screenmatch-front-end/:/usr/local/apache2/htdocs/"
ports:
- 9080:80
networks:
- front-end-stack
front-genera-frases:
image: httpd:latest
container_name: web-genera-frases
volumes:
- "/Volumes/HDD_MINI/dev_varios/curso-oracle-backend/2086-java-desafio-front/:/usr/local/apache2/htdocs/"
ports:
- 9081:80
networks:
- front-end-stack
networks:
front-end-stack:
driver: bridge