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

10 lines
225 B
Plaintext
Raw Normal View History

version: "3"
services:
simplytranslate:
image: quay.io/pussthecatorg/simplytranslate:latest
ports:
- "5046:5000"
volumes:
- "./extras.conf:/etc/simplytranslate/web.conf"
2023-08-06 22:19:27 +05:30
restart: unless-stopped