Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b250c2c51 |
+4
-2
@@ -2,6 +2,9 @@ services:
|
|||||||
prx:
|
prx:
|
||||||
image: 'jc21/nginx-proxy-manager:2.15.1'
|
image: 'jc21/nginx-proxy-manager:2.15.1'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
environment:
|
environment:
|
||||||
TZ: "Europe/Moscow"
|
TZ: "Europe/Moscow"
|
||||||
ports:
|
ports:
|
||||||
@@ -17,7 +20,7 @@ services:
|
|||||||
test: ["CMD", "/usr/bin/check-health"]
|
test: ["CMD", "/usr/bin/check-health"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
|
||||||
pwd:
|
pwd:
|
||||||
image: 'vaultwarden/server:1.37.1'
|
image: 'vaultwarden/server:1.37.1'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -138,4 +141,3 @@ secrets:
|
|||||||
file: secrets/beszel_agent_token.txt
|
file: secrets/beszel_agent_token.txt
|
||||||
gitea_runner_registration_token:
|
gitea_runner_registration_token:
|
||||||
file: secrets/gitea_runner_registration_token.txt
|
file: secrets/gitea_runner_registration_token.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user