ansible/privfrontends/compose/simplytranslate/compose.yml.j2
2023-07-06 23:23:17 +05:30

10 lines
287 B
Django/Jinja

version: "3"
services:
simplytranslate:
image: quay.io/pussthecatorg/simplytranslate:latest
ports:
- "127.0.0.1:5046:5000" # Replace with "5000:5000" if you don't use a reverse proxy
volumes:
- "./extras.conf:/etc/simplytranslate/web.conf"
restart: always