Initial commit from gitea_uploader script

This commit is contained in:
bizzle
2025-08-11 15:52:32 -04:00
commit c913946c08
32 changed files with 8813 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
version: '3.8'
services:
coastal-timesheet-dev:
build:
context: .
dockerfile: Dockerfile.dev
container_name: coastal-timesheet-dev
ports:
- "5173:5173"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development
stdin_open: true
tty: true
networks:
- timesheet-dev-network
networks:
timesheet-dev-network:
driver: bridge