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

55 lines
1.4 KiB
YAML
Raw Normal View History

2021-07-18 19:35:25 +09:00
services:
https:
image: caddy:2.6.2-alpine@sha256:25a0097607868fb05a89a5ab9fea2f2ea4cecdc89d887d7dcee8c778a21b9e1f
2021-07-18 19:35:25 +09:00
restart: unless-stopped
ports:
- "80:80"
2022-09-21 09:34:49 +09:00
- "443:443/udp"
- "443:443/tcp"
2022-05-30 00:37:26 +09:00
- "127.0.0.1:2019:2019"
2021-07-18 19:35:25 +09:00
volumes:
- ./etc/caddy:/etc/caddy
- caddy_data:/data
- caddy_config:/config
2022-12-19 21:43:41 +09:00
networks:
- fogtype
2022-09-04 19:17:36 +09:00
dns:
image: coredns/coredns:1.10.0@sha256:017727efcfeb7d053af68e51436ce8e65edbc6ca573720afb4f79c8594036955
2021-08-18 19:26:59 +09:00
restart: unless-stopped
expose: ["443"]
ports:
2022-06-10 23:05:40 +09:00
- "53:53/udp"
- "53:53/tcp"
- "853:853"
- "127.0.0.1:9153:9153"
2021-08-18 19:26:59 +09:00
volumes:
2021-08-18 23:58:07 +09:00
- ./etc/coredns:/etc/coredns
2021-08-18 19:26:59 +09:00
- caddy_data:/var/lib/caddy/data
2021-08-18 23:58:07 +09:00
command: "-conf /etc/coredns/Corefile"
2022-12-19 21:43:41 +09:00
networks:
2022-12-25 15:19:12 +09:00
- fogtype
2022-12-19 21:43:41 +09:00
gts:
image: superseriousbusiness/gotosocial:0.6.0@sha256:c3dbefe684529c7f97eb7d221f64bd9d14bd9c94e6543e6a8afe5a3469a9d77e
2022-12-19 21:43:41 +09:00
restart: unless-stopped
expose: ["8080"]
environment:
GTS_HOST: fogtype.com
GTS_TRUSTED_PROXIES: 172.30.0.0/24
volumes:
2022-12-24 19:45:25 +09:00
- /usr/share/zoneinfo/Asia/Tokyo:/etc/localtime:ro
2022-12-19 21:43:41 +09:00
- ./etc/gotosocial:/etc/gotosocial
2022-12-19 22:31:35 +09:00
- gotosocial_data:/gotosocial
2022-12-19 21:43:41 +09:00
command: "--config-path /etc/gotosocial/config.yaml"
networks:
- fogtype
2021-07-18 19:35:25 +09:00
volumes:
caddy_data:
caddy_config:
2022-12-19 21:43:41 +09:00
gotosocial_data:
networks:
fogtype:
ipam:
driver: default
config:
- subnet: 172.30.0.0/24