-
-
Notifications
You must be signed in to change notification settings - Fork 648
Expand file tree
/
Copy pathdocker-compose-ws-arm.yml
More file actions
executable file
·83 lines (80 loc) · 2.47 KB
/
docker-compose-ws-arm.yml
File metadata and controls
executable file
·83 lines (80 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
########################### NETWORKS
# You may customize the network subnets (192.168.x.0/24) below as you please.
networks:
default:
driver: bridge
socket_proxy:
name: socket_proxy
driver: bridge
ipam:
config:
- subnet: 192.168.91.0/24
t3_proxy:
name: t3_proxy
driver: bridge
ipam:
config:
- subnet: 192.168.90.0/24
cf_tunnel:
name: cf_tunnel
driver: bridge
ipam:
config:
- subnet: 192.168.92.0/24
# NETWORKS-PLACEHOLDER-DO-NOT-DELETE
########################### SECRETS
secrets:
basic_auth_credentials:
file: $DOCKERDIR/secrets/basic_auth_credentials
cf_dns_api_token:
file: $DOCKERDIR/secrets/cf_dns_api_token
oauth_secrets:
file: $DOCKERDIR/secrets/oauth_secrets
postgres_default_password:
file: $DOCKERDIR/secrets/postgres_default_password
mariadb_root_password:
file: $DOCKERDIR/secrets/mariadb_root_password
# SECRETS-PLACEHOLDER-DO-NOT-DELETE
include:
########################### SERVICES
# HOSTNAME defined in .env file
# - compose/$HOSTNAME/custom.yml
- compose/$HOSTNAME/socket-proxy.yml
- compose/$HOSTNAME/deployrr-dashboard.yml
- compose/$HOSTNAME/traefik.yml
- compose/$HOSTNAME/oauth.yml
- compose/$HOSTNAME/vscode.yml
- compose/$HOSTNAME/dozzle.yml
- compose/$HOSTNAME/grafana.yml
- compose/$HOSTNAME/phpmyadmin.yml
- compose/$HOSTNAME/redis.yml
- compose/$HOSTNAME/traefik-access-log.yml
- compose/$HOSTNAME/traefik-error-log.yml
# - compose/$HOSTNAME/sshwifty.yml
- compose/$HOSTNAME/remmina.yml
# - compose/$HOSTNAME/influxdb.yml
# - compose/$HOSTNAME/prometheus.yml
- compose/$HOSTNAME/adminer.yml
- compose/$HOSTNAME/crowdsec.yml
# - compose/$HOSTNAME/php7.yml
- compose/$HOSTNAME/php8.yml
- compose/$HOSTNAME/cloudflare-bouncer.yml
- compose/$HOSTNAME/glances.yml
- compose/$HOSTNAME/mariadb.yml
- compose/$HOSTNAME/nginx.yml
- compose/$HOSTNAME/portchecker-api.yml
- compose/$HOSTNAME/portchecker.yml
- compose/$HOSTNAME/crawl4ai.yml
- compose/$HOSTNAME/postgresql.yml
# - compose/$HOSTNAME/pgadmin.yml
- compose/$HOSTNAME/postgresql-vector.yml
- compose/$HOSTNAME/n8n.yml
# - compose/$HOSTNAME/ollama.yml
- compose/$HOSTNAME/qdrant.yml
# - compose/$HOSTNAME/openhands.yml
- compose/$HOSTNAME/wikidocs.yml
# - compose/$HOSTNAME/open-webui.yml
- compose/$HOSTNAME/chromium.yml
- compose/$HOSTNAME/flowise.yml
- compose/$HOSTNAME/dockflare.yml
# SERVICE-PLACEHOLDER-DO-NOT-DELETE