fix: fix the zipline container's restart loop
Some checks failed
Actions / Build (push) Successful in 12s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 22s

This commit is contained in:
cswimr 2025-01-29 04:49:05 -06:00
parent 351a3ad799
commit ceea6b5f8a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,10 +1,13 @@
version: "3"
services:
devcontainer:
container_name: devcontainer
build:
context: ..
dockerfile: .devcontainer/Dockerfile
volumes:
- ../..:/workspace:cached
network_mode: service:zipline
command: sleep infinity
postgres:
container_name: zipline-database
@ -26,7 +29,7 @@ services:
container_name: zipline
image: ghcr.io/diced/zipline:v4
environment:
CORE_SECRET: "secret"
CORE_SECRET: "4Q8PrvM8Vwe9yRSRsCuwTdQUSXLYkgt9Gvdg/7/qPgQ="
CORE_PORT: 3001
CORE_HOSTNAME: 0.0.0.0
DATABASE_URL: postgres://zipline:zipline@postgres:5432/zipline