chore: Remove comments

This commit is contained in:
Chris Coutinho
2025-10-14 00:17:28 +02:00
parent afc82ce3dc
commit 1023a7d9c7
-10
View File
@@ -22,11 +22,7 @@ services:
app:
image: docker.io/library/nextcloud:32.0.0@sha256:3e70e4dfe882ef44738fdc30d9896fb07c12febb27c4a1177e3d63dc0004a0b4
#user: www-data:www-data
restart: always
#post_start:
#- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done
#user: root
ports:
- 0.0.0.0:8080:80
depends_on:
@@ -56,8 +52,6 @@ services:
- NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_USERNAME=admin
- NEXTCLOUD_PASSWORD=admin
#volumes:
#- ./nextcloud_mcp_server:/app/nextcloud_mcp_server:ro
mcp-oauth:
build: .
@@ -67,8 +61,6 @@ services:
- app
ports:
- 127.0.0.1:8001:8001
#extra_hosts:
#- "host.docker.internal:host-gateway"
environment:
- NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_MCP_SERVER_URL=http://127.0.01:8001
@@ -76,8 +68,6 @@ services:
# No USERNAME/PASSWORD - will use OAuth
volumes:
- oauth-client-storage:/app/.oauth
#volumes:
#- ./nextcloud_mcp_server:/app/nextcloud_mcp_server:ro
volumes:
nextcloud: