Skip to content

Commit

Permalink
build: update local docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT committed Jul 18, 2024
1 parent 1eac402 commit a6df119
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6df119

Please sign in to comment.