docker-compose/tandoor/docker-compose.yml
2024-03-18 17:05:21 +00:00

18 lines
No EOL
456 B
YAML

version: "3"
services:
# https://docs.tandoor.dev/install/docker/
tandoor:
image: vabene1111/recipes
container_name: tandoor
env_file:
- ./.env
ports:
- "127.0.0.1:18081:8080"
volumes:
# When using SQLite
- ./volumes/recipes:/opt/recipes
# When using PostgreSQL
# - ./volumes/staticfiles:/opt/recipes/staticfiles
# - ./volumes/mediafiles:/opt/recipes/mediafiles
restart: unless-stopped