Compare commits
No commits in common. "711f3cc716b87ad7bcffc52a44e76064b9ffba29" and "b97c746fd2b4f3b1971002cc9df3a241d82a635f" have entirely different histories.
711f3cc716
...
b97c746fd2
3 changed files with 1 additions and 20 deletions
|
@ -1,12 +0,0 @@
|
|||
[Container]
|
||||
Image=docker.io/library/nginx:1
|
||||
AutoUpdate=registry
|
||||
Network=traefik.network
|
||||
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro
|
||||
Volume=%h/volumes/download:/usr/share/nginx/html:Z,ro
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=codeberg.org/forgejo/forgejo:9
|
||||
Image=codeberg.org/forgejo/forgejo:8
|
||||
AutoUpdate=registry
|
||||
Network=traefik.network
|
||||
PublishPort=2222:2222
|
||||
|
|
|
@ -68,9 +68,6 @@ http:
|
|||
to_collective_score_rust:
|
||||
rule: Host(`collective-score-rust.mo8it.com`)
|
||||
service: collective_score_rust
|
||||
to_download:
|
||||
rule: Host(`download.mo8it.com`)
|
||||
service: download
|
||||
|
||||
services:
|
||||
forgejo:
|
||||
|
@ -125,7 +122,3 @@ http:
|
|||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-collective-score-rust
|
||||
download:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-download
|
||||
|
|
Loading…
Reference in a new issue