feat: added tandoor recipe manager
This commit is contained in:
parent
0aaddf56a8
commit
43d5a4c197
1 changed files with 18 additions and 0 deletions
18
tandoor/docker-compose.yml
Normal file
18
tandoor/docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3"
|
||||
services:
|
||||
|
||||
# https://docs.tandoor.dev/install/docker/
|
||||
tandoor:
|
||||
image: vabene1111/recipes
|
||||
container_name: tandoor
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
- 8081: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
|
Loading…
Add table
Add a link
Reference in a new issue