mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-25 03:56:33 +00:00
* 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
|