more testing
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
zipline-postgres:
|
||||
container_name: zipline-postgres
|
||||
image: postgres:15
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -32,6 +33,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
zipline:
|
||||
container_name: zipline
|
||||
image: ghcr.io/diced/zipline
|
||||
ports:
|
||||
- '3000:3000'
|
||||
|
||||
Reference in New Issue
Block a user