Skip to content

Commit

Permalink
removed unesesarry env`s
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 31, 2023
1 parent 0693a5b commit d94a389
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,12 @@ services:
dockerfile: .devcontainer/Dockerfile.dev
args:
NEXT_PUBLIC_CLIENTVAR: "clientvar"

working_dir: /workspaces
volumes:
- .:/workspaces:cached
- zerotier:/var/lib/zerotier-one
container_name: ztnet
environment:
ZT_ADDR: http://zerotier:9993
POSTGRES_HOST: postgres
POSTGRES_PORT: 5432
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: ztnet
NEXTAUTH_URL: "http://10.0.0.217:3000" # Update this to the URL of your dev environment
NEXTAUTH_SECRET: "random_secret"
NEXT_PUBLIC_SITE_NAME: "ZTnet"
networks:
- app-network
depends_on:
Expand Down

0 comments on commit d94a389

Please sign in to comment.