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:
|
depends_on:
|
||||||
- 'db'
|
- 'db'
|
||||||
image: 'git.agecem.com/bottin/agendas:latest'
|
image: 'git.agecem.com/bottin/agendas:latest'
|
||||||
build:
|
build: '.'
|
||||||
context: '../../../'
|
|
||||||
dockerfile: './deployments/docker/agendas/Dockerfile'
|
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
ports:
|
ports:
|
||||||
- '3333:3333'
|
- '3333:3333'
|
Loading…
Add table
Reference in a new issue