mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
fix: docker stuff
This commit is contained in:
@@ -12,7 +12,7 @@ Create an issue on GitHub, please include the following (if one of them is not a
|
|||||||
|
|
||||||
## Feature requests
|
## Feature requests
|
||||||
|
|
||||||
Create an issue on GitHub, please include the following:
|
Create an discussion on GitHub, please include the following:
|
||||||
|
|
||||||
- Breif explanation of the feature in the title (very breif please)
|
- Breif explanation of the feature in the title (very breif please)
|
||||||
- How it would work (detailed, but optional)
|
- How it would work (detailed, but optional)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/diced/prisma-binaries:4.7.x as prisma
|
FROM ghcr.io/diced/prisma-binaries:4.8.x as prisma
|
||||||
|
|
||||||
FROM node:alpine3.16 AS deps
|
FROM node:alpine3.16 AS deps
|
||||||
RUN mkdir -p /prisma-engines
|
RUN mkdir -p /prisma-engines
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
@@ -21,7 +20,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
restart: unless-stopped
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env.local
|
- .env.local
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
image: ghcr.io/diced/zipline
|
image: ghcr.io/diced/zipline
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- CORE_RETURN_HTTPS=false
|
- CORE_RETURN_HTTPS=false
|
||||||
- CORE_SECRET=changethis
|
- CORE_SECRET=changethis
|
||||||
|
|||||||
Reference in New Issue
Block a user