chore: add container_name for postgresql service in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
5e18bebafc
commit
e4170e8281
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
|
container_name: zipline-postgresql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user