Skip to content

Commit

Permalink
chore: set public_url for auth service in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Feb 19, 2024
1 parent 64c0d12 commit ad7b374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
DB_DATABASE: 'auth'
VAULT: start123@http://vault:8090/v1/
REDIS: redis://redis
PUBLIC_URL: http://localhost:3010/
server-core:
build: '.'
restart: always
Expand Down

0 comments on commit ad7b374

Please sign in to comment.