Mise à jour de 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50fc4c1681
commit
29f51fe8db
@ -2,6 +2,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build: .
|
build: .
|
||||||
|
image: go-api-example-web
|
||||||
environment:
|
environment:
|
||||||
- DSN=postgres://app:apppa55word@db/app?sslmode=disable
|
- DSN=postgres://app:apppa55word@db/app?sslmode=disable
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user