fix: docker stuff
This commit is contained in:
parent
c966ab9a52
commit
98676f0573
4 changed files with 4 additions and 6 deletions
|
@ -12,7 +12,7 @@ Create an issue on GitHub, please include the following (if one of them is not a
|
|||
|
||||
## 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)
|
||||
- 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
|
||||
RUN mkdir -p /prisma-engines
|
||||
|
|
|
@ -2,7 +2,6 @@ version: '3'
|
|||
services:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
|
@ -21,7 +20,6 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- '3000:3000'
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env.local
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
|
@ -19,7 +19,7 @@ services:
|
|||
image: ghcr.io/diced/zipline
|
||||
ports:
|
||||
- '3000:3000'
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- CORE_RETURN_HTTPS=false
|
||||
- CORE_SECRET=changethis
|
||||
|
|
Loading…
Reference in a new issue