🐛 Fix dev docker compose
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
# build:
|
# build:
|
||||||
@@ -21,7 +25,6 @@ services:
|
|||||||
- 7700:7700
|
- 7700:7700
|
||||||
environment:
|
environment:
|
||||||
MEILI_NO_ANALYTICS: "true"
|
MEILI_NO_ANALYTICS: "true"
|
||||||
MEILI_MASTER_KEY: ""
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:alpine
|
image: caddy:alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user