Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed May 18, 2024
1 parent e24f77b commit f5891c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
restart: "no"

db:
image: postgres:13
image: postgres:latest
environment:
POSTGRES_DB: rt
POSTGRES_USER: rt
Expand All @@ -49,6 +49,10 @@ services:

pgadmin:
restart: "no"
depends_on:
db:
condition: service_healthy
restart: true

volumes:
vol_db: {}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
deploy:
mode: replicated
replicas: 5
endpoint_mode: vip
volumes:
- ./RT_SiteConfig.pm:/opt/rt5/etc/RT_SiteConfig.pm:ro
- ./msmtp/msmtp.conf:/etc/msmtprc:ro
Expand Down

0 comments on commit f5891c1

Please sign in to comment.