infra/tandoor/compose.yml
2025-01-19 20:41:57 +01:00

21 lines
381 B
YAML

services:
web_recipes:
restart: always
image: vabene1111/recipes
env_file:
- .env
volumes:
- ${TANDOOR_STATIC}:/opt/recipes/staticfiles
- ${TANDOOR_MEDIAS}:/opt/recipes/mediafiles
networks:
- rick_db
- tandoor
ports:
- 30025:8080
networks:
rick_db:
name: rick_db
external: true
tandoor:
driver: bridge