mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
350 B
17 lines
350 B
version: '3'
|
|
services:
|
|
squidex_proxy2:
|
|
image: squidex/caddy-proxy-path:2.6.2
|
|
ports:
|
|
- "8081:8081"
|
|
environment:
|
|
- SITE_ADDRESS=http://localhost:8081
|
|
- SITE_PATH=/squidex/*
|
|
- SITE_SERVER="http://172.21.0.1:5000"
|
|
networks:
|
|
- internal
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
internal:
|
|
driver: host
|