Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created March 27, 2017 17:23
Show Gist options
  • Save jbfink/e2abd28c24ca2c549cb58c5fea85fe3d to your computer and use it in GitHub Desktop.
Save jbfink/e2abd28c24ca2c549cb58c5fea85fe3d to your computer and use it in GitHub Desktop.
version: "3"
services:
shiny:
image: rocker/shiny
ports:
- "3840:3838"
volumes:
- ./schmidtke:/mnt/space
networks:
- shinynet
restart: always
db:
image: postgres
volumes:
- ./db-data:/var/lib/postgres/data
networks:
- shinynet
restart: always
#volumes:
# db-data:
networks:
shinynet:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment