Fix LISTEN_PORT

This commit is contained in:
DataHoarder 2022-01-16 15:00:31 +01:00
parent 4ee297c045
commit 249f03fdd0
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ DATA_MOUNT_PATH=/mnt/storage
CERTIFICATE_PATH=/example/server.crt
KEYPAIR_PATH=/example/server.key
LISTEN=:7777
LISTEN_PORT=7777
TRUSTED_KEYS=
# Leave empty to disable

View file

@ -57,11 +57,11 @@ services:
-connstr "user=orbeat password=orbeat dbname=orbeat sslmode=disable host=db"
-sni "${SNI}"
-trusted_keys "${TRUSTED_KEYS}"
-listen "${LISTEN}"
-listen ":${LISTEN_PORT}"
tmpfs:
- /tmp
ports:
- "${LISTEN}:${LISTEN}"
- "${LISTEN_PORT}:${LISTEN_PORT}"
srg:
image: srg
build: https://git.gammaspectra.live/S.O.N.G/SynchRoGazer.git#master