Skip to content

Commit 96e8311

Browse files
sazauvipy
authored andcommitted
Use proper network name for postgres container
`jazzband` isn't set up as network, but the postgres container uses it, while all other things are using `celery` as network name.
1 parent c57f842 commit 96e8311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
volumes:
2121
- postgres_data:/var/lib/postgresql/data
2222
networks:
23-
jazzband:
23+
celery:
2424
aliases:
2525
- dcr-postgres
2626

0 commit comments

Comments
 (0)