diff --git a/docker-compose.yml b/docker-compose.yml index 10865caa..47a254ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,18 +20,18 @@ services: expose: - 9980 - # sia-upload-legacy: - # image: nebulouslabs/sia:dev - # container_name: sia-upload-legacy - # restart: unless-stopped - # environment: - # - SIA_MODULES=gctwr - # volumes: - # - ./docker/data/sia-upload-legacy:/sia-data - # networks: - # - shared - # expose: - # - 9980 + sia-upload-legacy: + image: nebulouslabs/sia:dev + container_name: sia-upload-legacy + restart: unless-stopped + environment: + - SIA_MODULES=gctwr + volumes: + - ./docker/data/sia-upload-legacy:/sia-data + networks: + - shared + expose: + - 9980 caddy: build: diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index 98fa900a..3c964b78 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -14,9 +14,9 @@ set_real_ip_from 192.168.0.0/16; real_ip_header X-Forwarded-For; # sia-upload is for legacy portals that should keep the upload node alive -# upstream siad-upload { -# server sia-upload-legacy:9980; -# } +upstream siad-upload { + server sia-upload-legacy:9980; +} upstream siad { server sia:9980;