chore: Update docker-compose.yml

This commit is contained in:
Chris Coutinho
2025-09-11 17:36:00 +02:00
parent 9711d1d161
commit 5bdf840098
+2 -2
View File
@@ -28,7 +28,7 @@ services:
#- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done #- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done
#user: root #user: root
ports: ports:
- 8080:80 - 127.0.0.1:8080:80
depends_on: depends_on:
- redis - redis
- db - db
@@ -48,7 +48,7 @@ services:
build: . build: .
command: ["--host", "0.0.0.0", "--transport", "streamable-http"] command: ["--host", "0.0.0.0", "--transport", "streamable-http"]
ports: ports:
- 8000:8000 - 127.0.0.1:8000:8000
environment: environment:
- NEXTCLOUD_HOST=http://app:80 - NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_USERNAME=admin - NEXTCLOUD_USERNAME=admin