Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (15 sloc) 346 Bytes
version: '3.3'
services:
mementoembed:
image: oduwsdl/mementoembed:latest
restart: always
ports:
- "5550"
raintale:
depends_on:
- mementoembed
image: oduwsdl/raintale:latest
restart: always
volumes:
- .:/raintale-work
stdin_open: true
You can’t perform that action at this time.