mirror of
https://github.com/OliveTin/OliveTin
synced 2026-05-04 13:10:38 +00:00
917a0469d8
* cicd: Proxies included in integration testing * cicd: proxy configs for integration testing
18 lines
270 B
YAML
18 lines
270 B
YAML
---
|
|
version: "3.8"
|
|
services:
|
|
nginx:
|
|
container_name: nginx
|
|
image: docker.io/nginx
|
|
volumes:
|
|
- ./proxies/nginx/:/etc/nginx/
|
|
ports:
|
|
- "8443:8443"
|
|
restart: unless-stopped
|
|
networks:
|
|
- otproxy
|
|
|
|
networks:
|
|
otproxy:
|
|
name: otproxy
|