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