Files
dotfiles/tools/docker-compose.yml
Shaun Setlock dcc52c38d3
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m56s
Moving container to its own directory; not just a nvim thing. Added a nightly workflow. Switched to tags trigger.
2025-05-06 20:30:52 -04:00

9 lines
186 B
YAML

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