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:
|
||||
postgresql:
|
||||
image: postgres:16
|
||||
container_name: zipline-postgresql
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy-net
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user