Skip to content

Commit 0d29ac5

Browse files
authored
chore: update docker-compose.prod.yml
1 parent 2bfa931 commit 0d29ac5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

backend-go/docker-compose.prod.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ services:
2626
- "50323:3000"
2727
restart: unless-stopped
2828

29+
adminer:
30+
image: adminer:5.3.0
31+
container_name: adminer
32+
ports:
33+
- "50350:8080"
34+
environment:
35+
- ADMINER_DEFAULT_SERVER=mariadb
36+
depends_on:
37+
mariadb:
38+
condition: service_healthy
39+
restart: unless-stopped
40+
2941
volumes:
3042
mariadb_data:
3143
name: ftoolbox-mariadb-data

0 commit comments

Comments
 (0)