|
|
|
@ -98,24 +98,24 @@ services:
|
|
|
|
|
- ${DOCKER_SOCK}:/var/run/docker.sock
|
|
|
|
|
depends_on:
|
|
|
|
|
- drone
|
|
|
|
|
# dnsmasq:
|
|
|
|
|
# image: jpillora/dnsmasq:1.1.0
|
|
|
|
|
# restart: always
|
|
|
|
|
# cap_add:
|
|
|
|
|
# - NET_ADMIN
|
|
|
|
|
# ports:
|
|
|
|
|
# - 53:53/udp
|
|
|
|
|
# - 10000:8080
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ./conf/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf
|
|
|
|
|
# nginx:
|
|
|
|
|
# image: nginx:1.20.0
|
|
|
|
|
# restart: always
|
|
|
|
|
# environment:
|
|
|
|
|
# TZ: "Asia/Shanghai"
|
|
|
|
|
# ports:
|
|
|
|
|
# - 80:80
|
|
|
|
|
# - 443:443
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ./conf/nginx/conf.d:/etc/nginx/conf.d
|
|
|
|
|
# - ./log/nginx:/var/log/nginx
|
|
|
|
|
dnsmasq:
|
|
|
|
|
image: jpillora/dnsmasq:1.1.0
|
|
|
|
|
restart: always
|
|
|
|
|
cap_add:
|
|
|
|
|
- NET_ADMIN
|
|
|
|
|
ports:
|
|
|
|
|
- 53:53/udp
|
|
|
|
|
- 10000:8080
|
|
|
|
|
volumes:
|
|
|
|
|
- ./conf/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf
|
|
|
|
|
nginx:
|
|
|
|
|
image: nginx:1.20.0
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "Asia/Shanghai"
|
|
|
|
|
ports:
|
|
|
|
|
- 80:80
|
|
|
|
|
- 443:443
|
|
|
|
|
volumes:
|
|
|
|
|
- ./conf/nginx/conf.d:/etc/nginx/conf.d
|
|
|
|
|
- ./log/nginx:/var/log/nginx
|
|
|
|
|