Should be able to deploy
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
services:
|
||||
latosa-escrima.fr-frontend:
|
||||
container_name: latosa-frontend
|
||||
image: cems.dev:5000/latosa-escrima.fr:latest
|
||||
# image: cems.dev:5000/latosa-escrima.fr:latest
|
||||
build:
|
||||
context: ./frontend/
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- latosa-escrima.fr-backend
|
||||
env_file: .env
|
||||
ports:
|
||||
- ${FRONTEND_PORT}:${FRONTEND_DOCKER_PORT}
|
||||
@@ -9,7 +14,10 @@ services:
|
||||
networks:
|
||||
- le-network
|
||||
latosa-escrima.fr-backend:
|
||||
restart: always
|
||||
container_name: latosa-backend
|
||||
depends_on:
|
||||
- psql
|
||||
build:
|
||||
context: ./backend/
|
||||
dockerfile: Dockerfile
|
||||
@@ -35,3 +43,4 @@ volumes:
|
||||
|
||||
networks:
|
||||
le-network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user