Merge branch 'trunk' of github.com:diced/zipline into trunk
This commit is contained in:
commit
181833d768
3 changed files with 12 additions and 9 deletions
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
@ -18,7 +19,7 @@ services:
|
||||||
image: ghcr.io/diced/zipline/zipline:trunk
|
image: ghcr.io/diced/zipline/zipline:trunk
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SECURE=false
|
- SECURE=false
|
||||||
- SECRET=changethis
|
- SECRET=changethis
|
||||||
|
|
Loading…
Reference in a new issue