2024-08-04 20:49:26 +09:00
|
|
|
name: fogtype
|
2021-07-18 19:35:25 +09:00
|
|
|
services:
|
|
|
|
https:
|
2025-01-12 07:43:00 +00:00
|
|
|
image: caddy:2.9.1-alpine@sha256:b60636634fd2aebaf9460cf60997ad83aad6b139318d5713e2b78a60f52b139c
|
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
|
2023-02-09 11:42:37 +09:00
|
|
|
- ./srv:/srv
|
2021-07-18 19:35:25 +09:00
|
|
|
- caddy_data:/data
|
|
|
|
- caddy_config:/config
|
2022-12-19 21:43:41 +09:00
|
|
|
networks:
|
|
|
|
- fogtype
|
|
|
|
gts:
|
2024-11-07 02:46:20 +00:00
|
|
|
image: superseriousbusiness/gotosocial:0.17.3@sha256:20b4d033dee4764104afc82eff5168d7fa29080ff8c99fbe7418a54b01a50591
|
2022-12-19 21:43:41 +09:00
|
|
|
restart: unless-stopped
|
|
|
|
expose: ["8080"]
|
|
|
|
environment:
|
|
|
|
GTS_HOST: fogtype.com
|
2023-02-17 21:28:14 +09:00
|
|
|
GTS_DB_TYPE: sqlite
|
|
|
|
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
|
2022-12-19 21:43:41 +09:00
|
|
|
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
|
2023-02-17 21:28:14 +09:00
|
|
|
- gotosocial_data:/gotosocial/storage
|
2022-12-19 21:43:41 +09:00
|
|
|
command: "--config-path /etc/gotosocial/config.yaml"
|
|
|
|
networks:
|
|
|
|
- fogtype
|
2023-05-04 16:21:56 +09:00
|
|
|
maddy:
|
2025-01-25 15:10:58 +00:00
|
|
|
image: foxcpp/maddy:0.8.1@sha256:55636d8a29588eea62d81d51acdafe38e0f694fb91801ab12dc1ed8c47b6439d
|
2023-05-04 16:21:56 +09:00
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
|
|
|
- "25:25"
|
|
|
|
- "465:465"
|
|
|
|
- "993:993"
|
2023-04-19 19:17:57 +09:00
|
|
|
environment:
|
2023-05-04 16:21:56 +09:00
|
|
|
MADDY_HOSTNAME: fogtype.com
|
|
|
|
MADDY_DOMAIN: fogtype.com
|
2023-04-19 19:17:57 +09:00
|
|
|
volumes:
|
2023-05-04 17:36:10 +09:00
|
|
|
- ./etc/maddy:/etc/maddy
|
2023-04-19 19:17:57 +09:00
|
|
|
- caddy_data:/var/lib/caddy/data:ro
|
2023-05-04 16:21:56 +09:00
|
|
|
- maddy_data:/data
|
2023-05-04 22:54:13 +09:00
|
|
|
headscale:
|
2025-01-24 03:36:27 +00:00
|
|
|
image: headscale/headscale:v0.24.1@sha256:367b787f1f09e0f62291dc4ed7e6f8d6d09458ce6f8b6393b4337dd3dee68e3c
|
2023-05-04 22:54:13 +09:00
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
2023-05-06 08:53:55 +09:00
|
|
|
- "3478:3478/udp"
|
2023-05-04 22:54:13 +09:00
|
|
|
- "127.0.0.1:9200:9200"
|
|
|
|
volumes:
|
|
|
|
- ./etc/headscale:/etc/headscale
|
|
|
|
- headscale_data:/var/lib/headscale
|
|
|
|
networks:
|
|
|
|
- fogtype
|
2024-09-19 12:23:55 +09:00
|
|
|
command: serve
|
2021-07-18 19:35:25 +09:00
|
|
|
volumes:
|
|
|
|
caddy_data:
|
|
|
|
caddy_config:
|
2022-12-19 21:43:41 +09:00
|
|
|
gotosocial_data:
|
2023-05-04 16:21:56 +09:00
|
|
|
maddy_data:
|
2023-05-04 22:54:13 +09:00
|
|
|
headscale_data:
|
2022-12-19 21:43:41 +09:00
|
|
|
networks:
|
|
|
|
fogtype:
|
|
|
|
ipam:
|
2023-02-09 11:42:37 +09:00
|
|
|
driver: default
|
|
|
|
config:
|
|
|
|
- subnet: 172.30.0.0/24
|