Its been a while

This commit is contained in:
Jason Jordan
2026-07-23 10:38:20 -04:00
parent 77f294c972
commit 8b3bb209b3
50 changed files with 4147 additions and 1452 deletions
+10 -1
View File
@@ -5,6 +5,15 @@ services:
dockerfile: Dockerfile.dev
ports:
- "3001:3001"
environment:
- BE_API_SERVER_HOST=web_api
- BE_API_SERVER_PORT=3005
volumes:
- .:/usr/src/app # Mount the current directory into the container for live reloading
- /usr/src/app/node_modules # Isolate node_modules to prevent host-container conflicts
- /usr/src/app/node_modules # Isolate node_modules to prevent host-container conflicts
networks:
- britton_network
networks:
britton_network:
external: true