Compare commits
3 commits
21801bcc4a
...
af417b10c1
| Author | SHA1 | Date | |
|---|---|---|---|
| af417b10c1 | |||
| 6b36bef902 | |||
| d10c3fad9f |
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ services:
|
||||||
max-size: "500m"
|
max-size: "500m"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
signal:
|
signal:
|
||||||
image: netbirdio/signal:0.59.0
|
image: netbirdio/signal:0.59.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- netbird-signal:/var/lib/netbird
|
- netbird-signal:/var/lib/netbird
|
||||||
|
|
@ -35,7 +35,7 @@ services:
|
||||||
max-size: "500m"
|
max-size: "500m"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
relay:
|
relay:
|
||||||
image: netbirdio/relay:0.59.0
|
image: netbirdio/relay:0.59.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
|
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
|
||||||
|
|
@ -91,7 +91,7 @@ services:
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
|
|
||||||
peer-1:
|
peer-1:
|
||||||
image: netbirdio/netbird:0.59.2
|
image: netbirdio/netbird:0.59.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird
|
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue