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:
ical-pwa:
local-ical:
build: .
container_name: ical-pwa
container_name: local-ical
restart: unless-stopped
# ports:
# - "3000:3000"
# environment:
# NODE_ENV: production
# OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
# volumes:
# - .:/app
# - /app/node_modules
networks:
- traefik
- internal
@@ -27,4 +19,4 @@ networks:
external: true
internal:
external: false
name: ical-local-network
name: local-ical-network