2020-11-15 03:22:29 +00:00
|
|
|
version: '3.8'
|
2021-01-02 19:58:58 +00:00
|
|
|
|
2020-04-20 02:35:05 +00:00
|
|
|
services:
|
2020-11-15 03:22:29 +00:00
|
|
|
wings:
|
2020-11-15 04:42:12 +00:00
|
|
|
image: ghcr.io/pterodactyl/wings:latest
|
2020-04-20 02:35:05 +00:00
|
|
|
restart: always
|
2020-09-18 03:48:01 +00:00
|
|
|
networks:
|
2020-11-15 03:22:29 +00:00
|
|
|
- wings0
|
2020-04-20 02:35:05 +00:00
|
|
|
ports:
|
|
|
|
- "8080:8080"
|
|
|
|
- "2022:2022"
|
|
|
|
tty: true
|
|
|
|
environment:
|
2020-11-15 04:50:09 +00:00
|
|
|
TZ: "UTC"
|
2021-01-02 19:58:58 +00:00
|
|
|
WINGS_UID: 988
|
|
|
|
WINGS_GID: 988
|
|
|
|
WINGS_USERNAME: pterodactyl
|
2020-04-20 02:35:05 +00:00
|
|
|
volumes:
|
|
|
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
2020-04-26 02:38:18 +00:00
|
|
|
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
|
2020-09-18 03:48:01 +00:00
|
|
|
- "/etc/pterodactyl/:/etc/pterodactyl/"
|
2020-04-20 02:36:34 +00:00
|
|
|
- "/var/lib/pterodactyl/:/var/lib/pterodactyl/"
|
2020-09-18 03:48:01 +00:00
|
|
|
- "/var/log/pterodactyl/:/var/log/pterodactyl/"
|
2020-04-20 02:35:05 +00:00
|
|
|
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
|
2021-01-23 21:46:57 +00:00
|
|
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
2020-11-15 03:22:29 +00:00
|
|
|
# you may need /srv/daemon-data if you are upgrading from an old daemon
|
|
|
|
#- "/srv/daemon-data/:/srv/daemon-data/"
|
2021-01-04 00:24:28 +00:00
|
|
|
# Required for ssl if you use let's encrypt. uncomment to use.
|
2020-11-15 03:22:29 +00:00
|
|
|
#- "/etc/letsencrypt/:/etc/letsencrypt/"
|
2021-01-02 19:58:58 +00:00
|
|
|
|
2020-04-20 02:35:05 +00:00
|
|
|
networks:
|
2020-11-15 04:42:12 +00:00
|
|
|
wings0:
|
2020-11-15 03:22:29 +00:00
|
|
|
name: wings0
|
2020-09-18 03:48:01 +00:00
|
|
|
driver: bridge
|
2020-04-20 02:35:05 +00:00
|
|
|
ipam:
|
|
|
|
config:
|
2020-09-18 03:48:01 +00:00
|
|
|
- subnet: "172.21.0.0/16"
|
|
|
|
driver_opts:
|
2021-01-04 00:24:28 +00:00
|
|
|
com.docker.network.bridge.name: wings0
|