Skip to content

Commit

Permalink
OZ-631: Updated Superset Docker Compose files. (#29)
Browse files Browse the repository at this point in the history
OZ-631: Updated superset docker compose files
  • Loading branch information
wluyima authored Aug 2, 2024
1 parent 49ace53 commit 8878b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-superset-ports.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
superset:
ports:
- "8088:8088"
- "8188:8088"
3 changes: 1 addition & 2 deletions docker/docker-compose-superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ services:

postgresql:
shm_size: 2gb
environment:
networks:
- ozone-analytics

Expand All @@ -90,4 +89,4 @@ networks:
ozone-analytics:
web:
external: true
name: web
name: web

0 comments on commit 8878b05

Please sign in to comment.