supanadit / docker-compose-wordpress.yaml
0 喜歡
0 分支
1 檔案
最後活躍
1 | networks: |
2 | default: |
3 | name: pratama-network |
4 | external: true |
5 | |
6 | services: |
7 | wordpress: |
8 | image: bitnami/wordpress:6 |
9 | container_name: wordpress |
10 | labels: |
supanadit / dynamic-conf.toml
0 喜歡
0 分支
1 檔案
最後活躍
1 | [http.routers] |
2 | # Traefik |
3 | [http.routers.api] |
4 | rule = "Host(`traefik.supanadit.com`)" |
5 | # Uncomment this for production use |
6 | # entrypoints = ["web","websecure"] |
7 | # Comment this for production use |
8 | entrypoints = ["web"] |
9 | service = "api@internal" |
10 | # Uncomment this for production use |
supanadit / docker-compose-traefik.yaml
0 喜歡
0 分支
1 檔案
最後活躍
1 | networks: |
2 | default: |
3 | name: pratama-network |
4 | external: true |
5 | |
6 | services: |
7 | traefik: |
8 | container_name: traefik |
9 | image: traefik:v3.1.4 |
10 | restart: always |
上一頁
下一頁