mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-05 01:21:07 -05:00
Fix ZNC_PROXY_URL in docker-compose.yml
This commit is contained in:
parent
14e7793b7c
commit
4e67c71dd7
|
|
@ -52,7 +52,7 @@ services:
|
|||
traefik.http.services.nxapi-presence.loadbalancer.server.port: 80
|
||||
environment:
|
||||
DEBUG: '*,-express:*'
|
||||
ZNC_PROXY_URL: http://znc-proxy
|
||||
ZNC_PROXY_URL: http://znc-proxy/api/znc
|
||||
NXAPI_PRESENCE_SERVER_USER: ${NXAPI_PRESENCE_SERVER_USER:-}
|
||||
NXAPI_PRESENCE_SERVER_SPLATNET3_PROXY_URL: http://presence-splatnet3-proxy/api/splatnet3-presence
|
||||
volumes:
|
||||
|
|
@ -66,7 +66,7 @@ services:
|
|||
- presence-server
|
||||
environment:
|
||||
DEBUG: '*,-express:*'
|
||||
ZNC_PROXY_URL: http://znc-proxy
|
||||
ZNC_PROXY_URL: http://znc-proxy/api/znc
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user