boussole-pluss/docker-compose.yml

17 lines
281 B
YAML
Raw Normal View History

2022-10-13 16:15:20 +00:00
version: '2'
2022-10-03 07:59:21 +00:00
services:
frontend:
build:
context: frontend/
args:
2022-10-13 16:15:20 +00:00
BACKEND_BASE_URL: http://pluss.itsonus.fr/api
2022-10-03 07:59:21 +00:00
ports:
2022-10-13 16:15:20 +00:00
- "8190:80"
2022-10-03 07:59:21 +00:00
backend:
build: backend/
ports:
2022-10-13 16:15:20 +00:00
- "8191:8080"
2022-10-03 07:59:21 +00:00
volumes:
2022-10-13 16:15:20 +00:00
- ./data:/app/data # H2 database