Skip to content

Commit

Permalink
Merge pull request #129 from Clochette-AbsINThe/feature/prod-change-d…
Browse files Browse the repository at this point in the history
…ocker-url

Update url in docker compose
  • Loading branch information
SamuelGuillemet authored Apr 15, 2023
2 parents 0d67fff + 97a81a7 commit 0bdc97d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ services:
reverse-proxy:
build:
args:
- host_arg=clochette.dev
- host_arg=clochette.h.minet.net
image: ghcr.io/clochette-absinthe/reverse-proxy:${tag:-latest}
volumes:
- ./ssl/:/etc/nginx/ssl

frontend:
build:
args:
- next_public_base_url=https://clochette.dev
- next_public_backend_api_url=https://clochette.dev/api/v1
- next_public_base_url=https://clochette.h.minet.net
- next_public_backend_api_url=https://clochette.h.minet.net/api/v1
image: ghcr.io/clochette-absinthe/frontend:${tag:-latest}
expose:
- 3000
Expand Down

0 comments on commit 0bdc97d

Please sign in to comment.