Merge pull request 'deployment: déplacer compose.yaml et Dockerfile vers racine' (#6) from vlbeaudoin/deployment/standardiser-deployments-vers-root into main
Reviewed-on: #6
This commit is contained in:
commit
54f1c78b8b
2 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ services:
|
|||
depends_on:
|
||||
- 'db'
|
||||
image: 'git.agecem.com/bottin/agendas:latest'
|
||||
build:
|
||||
context: '../../../'
|
||||
dockerfile: './deployments/docker/agendas/Dockerfile'
|
||||
build: '.'
|
||||
restart: 'unless-stopped'
|
||||
ports:
|
||||
- '3333:3333'
|
Loading…
Add table
Reference in a new issue