Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Jun 25, 2024
1 parent 8741a29 commit 5cb4af3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ services:
- "./erddap/content:/usr/local/tomcat/content/erddap"
- "./erddap/data:/erddapData"
- "${DATASETS_DIR:-./datasets}:/datasets"
# - "./init.d:/init.d"
- "/tmp/:/usr/local/tomcat/temp/"
- "./datasets.d:/datasets.d:ro"
- "./init.d:/init.d"
- ./tomcatLogs:/usr/local/tomcat/logs
- "/mnt/efs/algex:/algae_explorer"
- "./datasets.d:/datasets.d"
healthcheck:
test:
Expand Down

0 comments on commit 5cb4af3

Please sign in to comment.