Merge branch 'trunk' of github.com:diced/zipline into trunk

This commit is contained in:
diced 2022-06-04 22:05:26 -07:00
commit 181833d768
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
3 changed files with 12 additions and 9 deletions

View file

@ -2,6 +2,7 @@ version: '3'
services:
postgres:
image: postgres
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres

View file

@ -2,6 +2,7 @@ version: '3'
services:
postgres:
image: postgres
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres

View file

@ -2,6 +2,7 @@ version: '3'
services:
postgres:
image: postgres
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
@ -18,7 +19,7 @@ services:
image: ghcr.io/diced/zipline/zipline:trunk
ports:
- '3000:3000'
restart: unless-stopped
restart: always
environment:
- SECURE=false
- SECRET=changethis