Skip to content

Commit

Permalink
Docker setup: do not expose CKAN port
Browse files Browse the repository at this point in the history
All traffic should go through the reverse proxy
  • Loading branch information
stsnel committed Jan 12, 2025
1 parent bd29d51 commit 4c2e9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-separate-msl-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- solr
- redis
ports:
- "0.0.0.0:${CKAN_PORT}:5000"
- "5000"
environment:
- CKAN_SQLALCHEMY_URL=postgresql://ckan:${POSTGRES_PASSWORD}@db/ckan_default
- CKAN_SOLR_URL=http://solr:8983/solr/ckan
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- solr
- redis
ports:
- "0.0.0.0:${CKAN_PORT}:5000"
- "5000"
environment:
- CKAN_SQLALCHEMY_URL=postgresql://ckan:${POSTGRES_PASSWORD}@db/ckan_default
- CKAN_SOLR_URL=http://solr:8983/solr/ckan
Expand Down

0 comments on commit 4c2e9ab

Please sign in to comment.