started to implement front docker compose dev

This commit is contained in:
Clément Le Bihan
2023-01-27 01:50:29 +09:00
parent f37a081031
commit ae901c49d5
5 changed files with 50 additions and 5 deletions

View File

@@ -39,3 +39,15 @@ services:
retries: 5
ports:
- "5432:5432"
front:
build:
context: ./front
args:
- API_URL=${API_URL}
- SCORO_URL=${SCORO_URL}
ports:
- "80:80"
depends_on:
- "back"
env_file:
- .env