Compare commits
2 Commits
ac030018c6
...
b9286d7243
| Author | SHA1 | Date | |
|---|---|---|---|
| b9286d7243 | |||
| 22931e6747 |
@@ -1,3 +1,6 @@
|
|||||||
* remote docker images used, can't come up if internet is down
|
* remote docker images used, can't come up if internet is down
|
||||||
* local docker images pulled from gitea, can't come up if gitea isn't up (yet)
|
* local docker images pulled from gitea, can't come up if gitea isn't up (yet)
|
||||||
* renovate system of some kind
|
* renovate system of some kind
|
||||||
|
* vector (or other log ingestion) everywhere, consider moving it off docker if possible
|
||||||
|
* monitor backup-persist success/fail
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ job "gitea" {
|
|||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.gitea.entryPoints=websecure",
|
"traefik.http.routers.gitea.entryPoints=websecure",
|
||||||
|
"traefik.http.services.gitea.loadBalancer.serversTransport=gitea-transport@file",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ EOH
|
|||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 100
|
cpu = 200
|
||||||
memory = 512
|
memory = 512
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user