mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
Docker Compose Update
This commit is contained in:
parent
75d1bd59f4
commit
19ef051e1e
@ -50,10 +50,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
LOGIN_EMAIL: "mail@example.com"
|
|
||||||
LOGIN_PASSWORD: "SecretPassword"
|
|
||||||
JWT_SECRET: RANDOM_SECRET
|
JWT_SECRET: RANDOM_SECRET
|
||||||
ACCOUNT_SECRET: RANDOM_SECRET
|
|
||||||
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|||||||
@ -4,10 +4,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
LOGIN_EMAIL: "mail@example.com"
|
|
||||||
LOGIN_PASSWORD: "SecretPassword"
|
|
||||||
JWT_SECRET: RANDOM_SECRET
|
JWT_SECRET: RANDOM_SECRET
|
||||||
ACCOUNT_SECRET: RANDOM_SECRET
|
|
||||||
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user