Mettre à jour processus docker pour le projet #1
1 changed files with 13 additions and 0 deletions
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
services:
|
||||||
|
server:
|
||||||
|
restart: unless-stopped
|
||||||
|
build: .
|
||||||
|
image: git.agecem.com/agecem/babillard:latest
|
||||||
|
ports:
|
||||||
|
- '8080:8080'
|
||||||
|
volumes:
|
||||||
|
- 'server-config:/app/config'
|
||||||
|
command: ['babillard', 'server', '--config', '/app/config/.babillard.yaml']
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
server-config:
|
Loading…
Reference in a new issue