chore: add container_name for postgresql service in compose.yaml

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-24 13:01:30 -04:00
parent 5e18bebafc
commit e4170e8281

View File

@ -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