Docker Compose Update

This commit is contained in:
headlessdev 2025-04-14 23:36:33 +02:00
parent 75d1bd59f4
commit 19ef051e1e
2 changed files with 0 additions and 6 deletions

View File

@ -50,10 +50,7 @@ services:
ports:
- "3000:3000"
environment:
LOGIN_EMAIL: "mail@example.com"
LOGIN_PASSWORD: "SecretPassword"
JWT_SECRET: RANDOM_SECRET
ACCOUNT_SECRET: RANDOM_SECRET
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
depends_on:
- db

View File

@ -4,10 +4,7 @@ services:
ports:
- "3000:3000"
environment:
LOGIN_EMAIL: "mail@example.com"
LOGIN_PASSWORD: "SecretPassword"
JWT_SECRET: RANDOM_SECRET
ACCOUNT_SECRET: RANDOM_SECRET
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
depends_on:
- db