Skip to content

Commit

Permalink
fix(compose): fuzon envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 2, 2024
1 parent a85dc51 commit 5afc4ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ services:
volumes:
- ./nginx/default.conf.template:/etc/nginx/templates/default.conf.template:ro
environment:
- S3_PUBLIC_URL=${S3_PUBLIC_URL:-http://localhost/s3/}
- S3_LOCAL_URL=${S3_lOCAL_URL:-http://minio:9000}
- FUZON_PUBLIC_URL=${FUZON_PUBLIC_URL:-http://localhost/fuzon}
- HTSGET_PUBLIC_URL=${HTSGET_PUBLIC_URL:-http://localhost/htsget}
- S3_PUBLIC_URL=${S3_PUBLIC_URL:-http://localhost/s3/}
- FUZON_LOCAL_URL=${FUZON_LOCAL_URL:-http://fuzon:8080}
- HTSGET_LOCAL_URL=${HTSGET_LOCAL_URL:-http://htsget:8080}
- MODOS_LOCAL_URL=${MODOS_LOCAL_URL:-http://modos-server:8000}
- S3_LOCAL_URL=${S3_lOCAL_URL:-http://minio:9000}
ports:
- "80:80"
networks:
Expand Down

0 comments on commit 5afc4ef

Please sign in to comment.