deployment: déplacer compose.yaml et Dockerfile vers racine
Plus standard si focus user experience
This commit is contained in:
parent
a7a2e522f6
commit
a546db566b
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