mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
fix caddy configuration
This commit is contained in:
parent
a0efcb38a0
commit
1338c42420
2 changed files with 9 additions and 9 deletions
|
@ -10,10 +10,10 @@ services:
|
|||
ports:
|
||||
- 9091:3000
|
||||
environment:
|
||||
- GLOBAL_MIDDLEWARE=null
|
||||
- GLOBAL_MIDDLEWARE=auth
|
||||
- SUB_PATH=/mealie/
|
||||
- ALLOW_SIGNUP=true
|
||||
- API_URL=http://mealie-api:9000
|
||||
- API_URL=http://mealie-api:80
|
||||
mealie:
|
||||
container_name: mealie-api
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue