You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
574 B
24 lines
574 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: wireguard_app_1
|
|
APP_PORT: 51821
|
|
|
|
app:
|
|
image: ghcr.io/wg-easy/wg-easy:13@sha256:24eddefd4e5ae2cff930d4f9254f018d5f4cdd48daf559e7a73a14da6a9fbbb4
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
ports:
|
|
- "51820:51820/udp"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/wireguard:/etc/wireguard
|
|
environment:
|
|
WG_HOST: ${DEVICE_DOMAIN_NAME}
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
sysctls:
|
|
- net.ipv4.ip_forward=1
|
|
- net.ipv4.conf.all.src_valid_mark=1
|
|
|