Current Mac Files

This commit is contained in:
2024-11-26 14:37:36 -03:00
parent 6df5ccdf73
commit cfbca92b59
31 changed files with 1023 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
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