Skip to content

Commit

Permalink
docs: add comments explaining unconventional lines in the docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslhjulstad authored Nov 8, 2024
1 parent 1233c1e commit 824c23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:
- "3000:3000"
image: t3-app
environment:
- ARKIVGPT_URL=http://host.docker.internal:80/api
- ARKIVGPT_URL=http://host.docker.internal:80/api # Overrides the URLs set in .env to use host.docker.internal instead of localhost
- PLANPRAT_URL=http://host.docker.internal:8000/plan-prat/
- DATABASE_URL=${DATABASE_URL}
- NEXTAUTH_URL=${NEXTAUTH_URL}
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway" # Needed to override URLs on Linux
api:
platform: "linux/amd64"
build:
Expand Down

0 comments on commit 824c23f

Please sign in to comment.