31 lines
448 B
YAML
31 lines
448 B
YAML
version: "3"
|
|
|
|
services:
|
|
proxy:
|
|
image: fixer-grid-haproxy
|
|
build:
|
|
context: .
|
|
ports:
|
|
- "100.115.147.109:443:443"
|
|
- "145.40.65.245:443:443"
|
|
volumes:
|
|
- type: volume
|
|
source: tls-certs
|
|
target: /certs
|
|
networks:
|
|
- localprox
|
|
|
|
static:
|
|
image: fixer-grid-static
|
|
build:
|
|
context: ./static-container
|
|
networks:
|
|
- localprox
|
|
|
|
|
|
volumes:
|
|
tls-certs:
|
|
|
|
networks:
|
|
localprox:
|