initialize node project

This commit is contained in:
2025-01-09 02:24:43 -05:00
parent 61e310a5c6
commit 44453b9f55
9 changed files with 1156 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '2'
services:
archy-build-thing:
container_name: archy-build-thing
build:
context: ./
dockerfile: Dockerfile
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: "no"
ports:
- 8080:8080