Skip to content

Instantly share code, notes, and snippets.

@sambatriste
Created March 4, 2018 00:57
Show Gist options
  • Save sambatriste/28cd82c4a17eb462431cf6b1cf8c8e6e to your computer and use it in GitHub Desktop.
Save sambatriste/28cd82c4a17eb462431cf6b1cf8c8e6e to your computer and use it in GitHub Desktop.
rascaloid-docker-compose-h2
version: "3"
services:
api:
image: kawasima/rascaloid
ports:
- 3000:3000
ui:
image: kawasima/rascaloid-ri
ports:
- 3003:3003
environment:
- PORT=3003
- RASCALOID_HOST=api
- RASCALOID_PORT=3000
- http_porxy=
depends_on:
- api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment