update docker compose: restart unless stopped
This commit is contained in:
parent
34dd280fba
commit
ea3a386601
|
@ -12,6 +12,9 @@ services:
|
||||||
DISCORD_ADMIN: # your discord user ID.
|
DISCORD_ADMIN: # your discord user ID.
|
||||||
DISCORD_CLIENT: # your discord OAuth client ID.
|
DISCORD_CLIENT: # your discord OAuth client ID.
|
||||||
DISCORD_SECRET: # your discord OAuth secret.
|
DISCORD_SECRET: # your discord OAuth secret.
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
|
restart: unless-stopped
|
||||||
db:
|
db:
|
||||||
image: postgres:16.1-alpine3.18
|
image: postgres:16.1-alpine3.18
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -20,3 +23,4 @@ services:
|
||||||
POSTGRES_DB: arimelody
|
POSTGRES_DB: arimelody
|
||||||
POSTGRES_USER: arimelody
|
POSTGRES_USER: arimelody
|
||||||
POSTGRES_PASSWORD: fuckingpassword
|
POSTGRES_PASSWORD: fuckingpassword
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue