Skip to content

Instantly share code, notes, and snippets.

@JanWielemaker
Created October 9, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanWielemaker/dc9498b7abf9b2383ccf9bb21c111fa8 to your computer and use it in GitHub Desktop.
Save JanWielemaker/dc9498b7abf9b2383ccf9bb21c111fa8 to your computer and use it in GitHub Desktop.
SWISH docker compose file
version: '2'
services:
swish:
image: swipl/swish
ports:
- "3050:3050"
volumes:
- socket-volume:/rserve
- /home/jan/data/swish:/data
depends_on:
- rserve
rserve:
image: swipl/rserve:xl
network_mode: "none"
volumes:
- socket-volume:/rserve
volumes:
socket-volume:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment