Clean up compose

This commit is contained in:
Mike Conrad
2025-06-19 12:26:09 -04:00
parent 66fc64dcac
commit 94a71d6d77
2 changed files with 1 additions and 5 deletions

View File

@ -23,14 +23,10 @@ services:
image: backend:latest
build:
context: ./backend
volumes:
- backend_node_modules:/backend/node_modules
- ./backend/:/backend
labels:
- "traefik.http.middlewares.strip-api-prefix.stripprefix.prefixes=/api"
- "traefik.http.routers.backend.rule=Host(`app.docker.localhost`) && PathPrefix(`/api`)"
- "traefik.http.routers.backend.middlewares=strip-api-prefix@docker"
env_file:
- ./backend/.env
depends_on: