added prod docker config

This commit is contained in:
subnub
2025-02-24 13:31:27 -05:00
parent f973ce3d3c
commit a5ec0ff0c2
6 changed files with 49 additions and 8 deletions
-18
View File
@@ -1,18 +0,0 @@
version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
env_file:
- ./backend/config/.env.development
volumes:
- .:/usr/app
- /usr/app/node_modules
- ${FS_DIRECTORY}:/data
ports:
- "${HTTP_PORT:-3000}:3000"
- "${HTTPS_PORT:-8080}:8080"
- "5173:5173"
environment:
- DOCKER=true