Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

18 lines (15 sloc) 396 Bytes
version: '3.3'
services:
mementoembed:
image: oduwsdl/mementoembed:latest
restart: always
raintale:
depends_on:
- mementoembed
image: oduwsdl/raintale:latest
restart: always
volumes:
- .:/raintale-work
stdin_open: true
environment:
- MEMENTOEMBED_API_ENDPOINT=http://mementoembed:5550
You can’t perform that action at this time.