1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 16:08:01 +00:00
fogtype.com/compose.yml
2023-02-09 08:55:17 +00:00

55 lines
1.4 KiB
YAML

services:
https:
image: caddy:2.6.3-alpine@sha256:0172cee78412fe1d937fb5e6adcc0805d5506c4f69f771effa9aef83ce451911
restart: unless-stopped
ports:
- "80:80"
- "443:443/udp"
- "443:443/tcp"
- "127.0.0.1:2019:2019"
volumes:
- ./etc/caddy:/etc/caddy
- ./srv:/srv
- caddy_data:/data
- caddy_config:/config
networks:
- fogtype
dns:
image: coredns/coredns:1.10.1@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e
restart: unless-stopped
expose: ["443"]
ports:
- "53:53/udp"
- "53:53/tcp"
- "853:853"
- "127.0.0.1:9153:9153"
volumes:
- ./etc/coredns:/etc/coredns
- caddy_data:/var/lib/caddy/data
command: "-conf /etc/coredns/Corefile"
networks:
- fogtype
gts:
image: superseriousbusiness/gotosocial:0.6.0@sha256:c3dbefe684529c7f97eb7d221f64bd9d14bd9c94e6543e6a8afe5a3469a9d77e
restart: unless-stopped
expose: ["8080"]
environment:
GTS_HOST: fogtype.com
GTS_TRUSTED_PROXIES: 172.30.0.0/24
volumes:
- /usr/share/zoneinfo/Asia/Tokyo:/etc/localtime:ro
- ./etc/gotosocial:/etc/gotosocial
- gotosocial_data:/gotosocial
command: "--config-path /etc/gotosocial/config.yaml"
networks:
- fogtype
volumes:
caddy_data:
caddy_config:
gotosocial_data:
networks:
fogtype:
ipam:
driver: default
config:
- subnet: 172.30.0.0/24