mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
27 lines
613 B
YAML
27 lines
613 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
# haproxy:
|
|
# ports:
|
|
# - "8080:8080"
|
|
# volumes:
|
|
# - ./docker-compose/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
|
|
# depends_on:
|
|
# - letsencryptapp
|
|
# - letsencryptserver
|
|
|
|
# letsencryptapp:
|
|
# ports:
|
|
# - "3000:3000"
|
|
|
|
letsencryptserver:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ASPNETCORE_HTTP_PORTS=5000
|
|
volumes:
|
|
- ./docker-compose/LetsEncryptServer/acme:/app/bin/Debug/net8.0/acme
|
|
- ./docker-compose/LetsEncryptServer/cache:/app/bin/Debug/net8.0/cache
|
|
ports:
|
|
- "5000:5000"
|
|
|