Headless CMS and Content Managment Hub
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.
 
 
 
 
 

11 lines
275 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"
restart: unless-stopped