Public Access
1
0

clean up docker config

This commit is contained in:
2025-08-09 19:35:58 -04:00
parent 092a397a32
commit 91443479ff
7 changed files with 24 additions and 84 deletions

View File

@@ -10,17 +10,10 @@ services:
# Mount the current directory on the host to /app in the container
# This allows for live-reloading as you edit your files locally
volumes:
- .:/usr/src/app
# Anonymize the node_modules directory to prevent conflicts with local modules
- .:/app
- /app/node_modules
restart: unless-stopped
labels:
diun.enable: false
homepage.group: Tools
homepage.name: Eleventy
homepage.icon: eleventy
homepage.href: ${APP_URL}
networks: {}
x-dockge:
urls:
- ${APP_URL}