remove env
This commit is contained in:
@@ -6,12 +6,10 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- net_admin
|
- net_admin
|
||||||
- sys_module
|
- sys_module
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_ENABLE_METRICS=true
|
- TS_ENABLE_METRICS=true
|
||||||
- TS_HOSTNAME=blocky-ps09rp
|
- TS_HOSTNAME=blocky-ps10rp
|
||||||
network_mode: service:blocky
|
network_mode: service:blocky
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@@ -22,8 +20,6 @@ services:
|
|||||||
blocky:
|
blocky:
|
||||||
image: ghcr.io/0xerr0r/blocky:v0.24
|
image: ghcr.io/0xerr0r/blocky:v0.24
|
||||||
container_name: blocky
|
container_name: blocky
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
ports:
|
ports:
|
||||||
|
@@ -6,8 +6,6 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- net_admin
|
- net_admin
|
||||||
- sys_module
|
- sys_module
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_ENABLE_METRICS=true
|
- TS_ENABLE_METRICS=true
|
||||||
|
@@ -6,8 +6,6 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- net_admin
|
- net_admin
|
||||||
- sys_module
|
- sys_module
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_ENABLE_METRICS=true
|
- TS_ENABLE_METRICS=true
|
||||||
@@ -51,8 +49,6 @@ services:
|
|||||||
- "--metrics.prometheus.addServicesLabels=true"
|
- "--metrics.prometheus.addServicesLabels=true"
|
||||||
- "--metrics.prometheus.entryPoint=web-secure"
|
- "--metrics.prometheus.entryPoint=web-secure"
|
||||||
- "--metrics.prometheus.manualRouting=true"
|
- "--metrics.prometheus.manualRouting=true"
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
labels:
|
labels:
|
||||||
|
Reference in New Issue
Block a user