API de comptabilité horaire.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- version: "3"
- services:
- chronobriq-api:
- build: .
- ports:
- - "9000:9000"
- depends_on:
- - db
- db:
- image: postgres:12-alpine
- volumes:
- - database:/var/lib/postgresql/chronobriq-api
-
- volumes:
- database:
|