fix: docker stuff

This commit is contained in:
diced 2023-01-14 15:25:36 -08:00
parent c966ab9a52
commit 98676f0573
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
4 changed files with 4 additions and 6 deletions

View file

@ -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)

View file

@ -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

View file

@ -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:

View file

@ -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