chore: Remove comments

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:49 +02:00
parent afc82ce3dc
commit 1023a7d9c7
-10
View File
@@ -22,11 +22,7 @@ services:
app: app:
image: docker.io/library/nextcloud:32.0.0@sha256:3e70e4dfe882ef44738fdc30d9896fb07c12febb27c4a1177e3d63dc0004a0b4 image: docker.io/library/nextcloud:32.0.0@sha256:3e70e4dfe882ef44738fdc30d9896fb07c12febb27c4a1177e3d63dc0004a0b4
#user: www-data:www-data
restart: always 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: ports:
- 0.0.0.0:8080:80 - 0.0.0.0:8080:80
depends_on: depends_on:
@@ -56,8 +52,6 @@ services:
- NEXTCLOUD_HOST=http://app:80 - NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_USERNAME=admin - NEXTCLOUD_USERNAME=admin
- NEXTCLOUD_PASSWORD=admin - NEXTCLOUD_PASSWORD=admin
#volumes:
#- ./nextcloud_mcp_server:/app/nextcloud_mcp_server:ro
mcp-oauth: mcp-oauth:
build: . build: .
@@ -67,8 +61,6 @@ services:
- app - app
ports: ports:
- 127.0.0.1:8001:8001 - 127.0.0.1:8001:8001
#extra_hosts:
#- "host.docker.internal:host-gateway"
environment: environment:
- NEXTCLOUD_HOST=http://app:80 - NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_MCP_SERVER_URL=http://127.0.01:8001 - NEXTCLOUD_MCP_SERVER_URL=http://127.0.01:8001
@@ -76,8 +68,6 @@ services:
# No USERNAME/PASSWORD - will use OAuth # No USERNAME/PASSWORD - will use OAuth
volumes: volumes:
- oauth-client-storage:/app/.oauth - oauth-client-storage:/app/.oauth
#volumes:
#- ./nextcloud_mcp_server:/app/nextcloud_mcp_server:ro
volumes: volumes:
nextcloud: nextcloud: