Skip to content

Commit

Permalink
add app hostname env var to docker compose configs (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Jan 9, 2024
1 parent 20eb5fd commit c511ba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
ports:
- 3000:3000
environment:
- HOSTNAME=0.0.0.0
- NUCLEUS_ENV=dev
- NEXTAUTH_SECRET=foo
- NEOSYNC_API_BASE_URL=http://api:8080
Expand Down
1 change: 1 addition & 0 deletions compose/compose-auth-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
ports:
- 3000:3000
environment:
- HOSTNAME=0.0.0.0
- NUCLEUS_ENV=dev
- NEXTAUTH_SECRET=foo
- NEXTAUTH_URL=http://localhost:3000
Expand Down
1 change: 1 addition & 0 deletions compose/compose-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
ports:
- 3000:3000
environment:
- HOSTNAME=0.0.0.0
- NUCLEUS_ENV=dev
- NEXTAUTH_SECRET=foo
- NEXTAUTH_URL=http://localhost:3000
Expand Down
1 change: 1 addition & 0 deletions compose/compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
ports:
- 3000:3000
environment:
- HOSTNAME=0.0.0.0
- NUCLEUS_ENV=dev
- NEXTAUTH_SECRET=foo
- NEXTAUTH_URL=http://localhost:3000
Expand Down

1 comment on commit c511ba1

@vercel
Copy link

@vercel vercel bot commented on c511ba1 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.