tidy up docker-compose.yml

This commit is contained in:
2025-08-16 22:15:52 -04:00
parent 1fdc20ee0c
commit ba30ad4bc7

View File

@@ -1,16 +1,8 @@
services: services:
ical-pwa: local-ical:
build: . build: .
container_name: ical-pwa container_name: local-ical
restart: unless-stopped restart: unless-stopped
# ports:
# - "3000:3000"
# environment:
# NODE_ENV: production
# OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
# volumes:
# - .:/app
# - /app/node_modules
networks: networks:
- traefik - traefik
- internal - internal
@@ -27,4 +19,4 @@ networks:
external: true external: true
internal: internal:
external: false external: false
name: ical-local-network name: local-ical-network