You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
# line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
# ports:
# - 8888:8888/tcp # HTTP proxy
# - 8388:8388/tcp # Shadowsocks
# - 8388:8388/udp # Shadowsocks
volumes:
- ./docker/gluetun-volume:/gluetun
env_file:
- ./docker/.env
worker:
network_mode: "service:gluetun"
build:
context: .
dockerfile: ./docker/Dockerfile
args:
NPM_GITHUB_AUTH: ${NPM_GITHUB_AUTH}
image: schaufel_worker
volumes:
- ./docker/volume:/schaufel
env_file:
- ./docker/.env
environment:
SCHAUFEL_DIR: "/schaufel"
command: bash -c "cd packages/schaufel-cli && npm run work"