Compare commits

..

No commits in common. "04a07c9e766b273c8f79ad6581f97a729b8b5ca9" and "711f3cc716b87ad7bcffc52a44e76064b9ffba29" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -1,5 +1,5 @@
[Container]
Image=codeberg.org/forgejo/forgejo:10
Image=codeberg.org/forgejo/forgejo:9
AutoUpdate=registry
Network=traefik.network
PublishPort=2222:2222

View file

@ -1,9 +0,0 @@
[Container]
Image=localhost/term-snake:latest
PublishPort=11246:11246
[Service]
Restart=always
[Install]
WantedBy=default.target

View file

@ -1,5 +0,0 @@
#!/usr/bin/env fish
buildah build -t term-snake:latest ~/code/term-snake
systemctl --user restart term-snake