This commit is contained in:
2025-03-16 13:42:53 +08:00
parent a909854e4c
commit e169585a99
52 changed files with 425 additions and 73 deletions

20
docker-compose.yml Normal file
View File

@@ -0,0 +1,20 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: healthy-oil
env_file:
- .env
ports:
- "3005:3000"
volumes:
- .:/app
- /app/node_modules
networks:
- gitea_network