From 19ef051e1e891a710d4ebb4b9e72a0b972c68497 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Mon, 14 Apr 2025 23:36:33 +0200 Subject: [PATCH] Docker Compose Update --- README.md | 3 --- compose.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index a720dfa..fb6a650 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compose.yml b/compose.yml index a7a10df..7475da7 100644 --- a/compose.yml +++ b/compose.yml @@ -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