We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b81ca61 + a0c8506 commit 79c3f0eCopy full SHA for 79c3f0e
.dockerignore
@@ -131,6 +131,7 @@ psql_tras_db/
131
132
# Docker specific
133
.git/
134
+.github/
135
.gitignore
136
Dockerfile
137
docker-compose.yml
docker-compose.yml
@@ -8,6 +8,10 @@ services:
8
- Token=${DISCORD_TOKEN}
9
depends_on:
10
- db
11
+ deploy:
12
+ restart_policy:
13
+ condition: any
14
+ delay: 5s
15
16
db:
17
image: bitnami/postgresql:16
@@ -16,6 +20,10 @@ services:
20
- POSTGRESQL_DATABASE=tras
21
volumes:
18
22
- ./psql_tras_db:/bitnami/postgresql
23
24
25
26
19
27
28
- psql_tras_db:
29
+ psql_tras_db:
0 commit comments