ansible/privfrontends/compose/simplytranslate/compose.yml.j2

10 lines
225 B
Django/Jinja

version: "3"
services:
simplytranslate:
image: quay.io/pussthecatorg/simplytranslate:latest
ports:
- "5046:5000"
volumes:
- "./extras.conf:/etc/simplytranslate/web.conf"
restart: unless-stopped