We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22e418 commit a0c8506Copy full SHA for a0c8506
docker-compose.yml
@@ -8,11 +8,10 @@ services:
8
- Token=${DISCORD_TOKEN}
9
depends_on:
10
- db
11
- restart_policy:
12
- condition: any
13
- delay: 5s
14
- max_attempts: 3
15
- window: 90s
+ deploy:
+ restart_policy:
+ condition: any
+ delay: 5s
16
17
db:
18
image: bitnami/postgresql:16
@@ -22,11 +21,9 @@ services:
22
21
volumes:
23
- ./psql_tras_db:/bitnami/postgresql
24
deploy:
25
26
27
28
29
30
31
32
psql_tras_db:
0 commit comments