From a6df1194e930b61d3325dcf7810a816515c4917f Mon Sep 17 00:00:00 2001 From: RaunoT Date: Thu, 18 Jul 2024 09:39:35 +0300 Subject: [PATCH] build: update local docker-compose --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c254b714..f7c38b04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,10 +6,6 @@ services: restart: unless-stopped ports: - 3000:8383 - environment: - # - NEXTAUTH_SECRET= # (required) used to encrypt auth token, generate one with `openssl rand -base64 32` - # - NEXTAUTH_URL=http://localhost:3000 # change to your domain if you are exposing the app to the internet - # - NEXT_PUBLIC_SITE_URL=http://localhost:3000 # change to your domain if you are exposing the app to the internet - # - NEXT_PUBLIC_STATISTICS_START_DATE=2018-01-01 # starting date for "all time" option (YYYY-MM-DD) + env_file: '.env.local' volumes: - ./config:/app/config