Moving container to its own directory; not just a nvim thing. Added a nightly workflow. Switched to tags trigger.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m56s

This commit is contained in:
Shaun Setlock
2025-05-06 20:30:52 -04:00
parent f9616acc97
commit dcc52c38d3
5 changed files with 60 additions and 23 deletions

8
tools/docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3"
services:
mydev:
container_name: mydev
image: gitea.setlock.net/shaun/dev-container:latest
restart: unless-stopped
volumes:
- /home/shaun:/workspace