Add mising config

This commit is contained in:
Matej Bačo
2024-02-19 14:49:08 +00:00
parent c10c6ecf16
commit a88c6caa70
+3
View File
@@ -44,6 +44,7 @@ services:
- appwrite
appwrite:
container_name: appwrite
<<: *x-logging
image: appwrite-dev
build:
@@ -52,6 +53,8 @@ services:
DEBUG: false
TESTING: true
VERSION: dev
ports:
- 9501:80
networks:
- appwrite
labels: