Skip to content

Commit

Permalink
less unhinged networking
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Dec 30, 2023
1 parent 2233207 commit 3b8bb69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ services:
- B2_BUCKET_ID
networks:
- plugins-network
- default
restart: unless-stopped

redis_db:
image: redis:latest
restart: unless-stopped
networks:
- plugins-network
environment:
- REDIS_PORT=6379

Expand All @@ -29,8 +28,6 @@ services:
- POSTGRES_DB=decky
- POSTGRES_USER=decky
- POSTGRES_PASSWORD
networks:
- plugins-network
volumes:
- ${DB_PATH}:/var/lib/postgresql/data

Expand Down

0 comments on commit 3b8bb69

Please sign in to comment.