Document deployment problems and fix volume mounts
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 2s
This commit is contained in:
@@ -8,9 +8,8 @@ services:
|
||||
environment:
|
||||
- SHINY_LOG_STDERR=1
|
||||
volumes:
|
||||
- .:/srv/shiny-server
|
||||
# Prevents local renv library from shadowing the container's library
|
||||
- /srv/shiny-server/renv/library
|
||||
- ./data:/srv/shiny-server/data
|
||||
- ./www:/srv/shiny-server/www
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3838/"]
|
||||
interval: 1m
|
||||
|
||||
Reference in New Issue
Block a user