21 lines
381 B
YAML
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
|