Skip to content

Commit

Permalink
chore: update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Nov 24, 2023
1 parent d97c939 commit 442a8d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions swarm-prod-cosmos-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
db:
image: postgres:14.5
volumes:
- /mnt/raid1/swarm/cosmos-notifier/data:/var/lib/postgresql/data
- /home/swarm/raid/cosmos-notifier/data:/var/lib/postgresql/data
secrets:
- cosmos-notifier-db-password-env
environment:
Expand All @@ -97,7 +97,7 @@ services:
pgbackups:
image: prodrigestivill/postgres-backup-local
volumes:
- /mnt/raid1/swarm/cosmos-notifier/pgbackup:/backups
- /home/swarm/raid/cosmos-notifier/pgbackup:/backups
secrets:
- cosmos-notifier-db-password-env
environment:
Expand Down Expand Up @@ -126,8 +126,8 @@ services:
- caddy
- default
volumes:
- pgadmin:/var/lib/pgadmin
- /mnt/raid1/swarm/cosmos-notifier/pgbackups:/backups
- /home/swarm/raid/cosmos-notifier/pgadmin:/var/lib/pgadmin
- /home/swarm/raid/cosmos-notifier/pgbackups:/backups

whoami-pgadmin:
image: jwilder/whoami
Expand All @@ -140,8 +140,6 @@ services:

volumes:
images:
pgadmin:
name: pgadmin_data

networks:
caddy:
Expand Down

0 comments on commit 442a8d1

Please sign in to comment.