Some checks are pending
Build / build_app (push) Waiting to run
Build / build (386, linux) (push) Blocked by required conditions
Build / build (amd64, darwin) (push) Blocked by required conditions
Build / build (amd64, linux) (push) Blocked by required conditions
Build / build (arm, 5, linux) (push) Blocked by required conditions
Build / build (arm, 6, linux) (push) Blocked by required conditions
Build / build (arm, 7, linux) (push) Blocked by required conditions
Build / build (arm64, darwin) (push) Blocked by required conditions
Build / build (arm64, linux) (push) Blocked by required conditions
Build / build (loong64, linux) (push) Blocked by required conditions
Build / build (mips, linux) (push) Blocked by required conditions
Build / build (mips64, linux) (push) Blocked by required conditions
Build / build (mips64le, linux) (push) Blocked by required conditions
Build / build (mipsle, linux) (push) Blocked by required conditions
Build / build (riscv64, linux) (push) Blocked by required conditions
Build / docker-build (push) Blocked by required conditions
Build Documents / build (push) Waiting to run
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
services:
|
|
nginx-ui:
|
|
build: .
|
|
image: nginx-ui-dev
|
|
container_name: nginx-ui
|
|
volumes:
|
|
- ../..:/workspaces:cached
|
|
- ./go-path:/root/go
|
|
- ./data/nginx:/etc/nginx
|
|
command: sleep infinity
|
|
environment:
|
|
- NGINX_UI_CERT_CA_DIR=https://pebble:14000/dir
|
|
networks:
|
|
nginxui:
|
|
nginx-ui-2:
|
|
image: nginx-ui-dev
|
|
container_name: nginx-ui-2
|
|
volumes:
|
|
- ../..:/workspaces:cached
|
|
- ./data/nginx-ui-2/nginx:/etc/nginx
|
|
- ./data/nginx-ui-2/nginx-ui:/etc/nginx-ui
|
|
working_dir: /workspaces/nginx-ui
|
|
command: ./.devcontainer/node-supervisor.sh
|
|
depends_on:
|
|
- nginx-ui
|
|
networks:
|
|
nginxui:
|
|
|
|
pebble:
|
|
image: ghcr.io/letsencrypt/pebble:latest
|
|
volumes:
|
|
- ./pebble-test:/test
|
|
command: -config /test/config/pebble-config.json -strict -dnsserver challtestsrv:8053
|
|
ports:
|
|
- 14000:14000 # HTTPS ACME API
|
|
- 15000:15000 # HTTPS Management API
|
|
environment:
|
|
- PEBBLE_VA_NOSLEEP=1
|
|
- PEBBLE_VA_ALWAYS_VALID=1
|
|
- PEBBLE_WFE_NONCEREJECT=0
|
|
networks:
|
|
nginxui:
|
|
challtestsrv:
|
|
image: ghcr.io/letsencrypt/pebble-challtestsrv:latest
|
|
command: -defaultIPv6 "" -defaultIPv4 challtestsrv
|
|
ports:
|
|
- 8055:8055 # HTTP Management API
|
|
networks:
|
|
nginxui:
|
|
casdoor:
|
|
image: casbin/casdoor-all-in-one
|
|
ports:
|
|
- 8001:8000
|
|
networks:
|
|
- nginxui
|
|
|
|
networks:
|
|
nginxui:
|