30 lines
672 B
YAML
30 lines
672 B
YAML
networks:
|
|
homelab:
|
|
driver: overlay
|
|
ipam:
|
|
config:
|
|
- subnet: 10.64.0.0/16
|
|
internal: true
|
|
|
|
secrets:
|
|
percona-root:
|
|
file: /home/<your user>/secrets/percona-root
|
|
ghost:
|
|
file: /home/<your user>/secrets/ghost
|
|
postgres-root:
|
|
file: /home/<your user>/secrets/postgres-root
|
|
gitea:
|
|
file: /home/<your user>/secrets/gitea
|
|
authentik-postgres:
|
|
file: /home/<your user>/secrets/authentik-postgres
|
|
authentik-secret:
|
|
file: /home/<your user>/secrets/authentik-secret
|
|
|
|
configs:
|
|
ghost-config:
|
|
file: /home/<your user>/configs/config.production.json
|
|
traefik-config:
|
|
file: /home/<your user>/configs/traefik.toml
|
|
|
|
services:
|