react-spa-template/docker-compose.override.yml.template
2025-04-19 19:24:27 +02:00

12 lines
405 B
Plaintext

services:
merchant-operator-web:
environment:
- CLIENT_BASE_PATH=
- CLIENT_API_URL=https://
- CLIENT_APP_NAME=
- CLIENT_DEBUG=
- CLIENT_MAP_TILE_ENDPOINT=https://
- CLIENT_MAP_TILE_API_KEY=
networks:
traefik: # ← key stays literal, no variables here
external: true # shorthand; Compose will look for a network literally named “traefik”