Compare commits
No commits in common. "04a07c9e766b273c8f79ad6581f97a729b8b5ca9" and "711f3cc716b87ad7bcffc52a44e76064b9ffba29" have entirely different histories.
04a07c9e76
...
711f3cc716
3 changed files with 1 additions and 15 deletions
containers
|
@ -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
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[Container]
|
||||
Image=localhost/term-snake:latest
|
||||
PublishPort=11246:11246
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
buildah build -t term-snake:latest ~/code/term-snake
|
||||
|
||||
systemctl --user restart term-snake
|
Loading…
Add table
Reference in a new issue