44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
services:
|
|
edge-broker:
|
|
labels:
|
|
- "traefik.http.routers.edge-broker-local-ci.rule=PathPrefix(`/api/edge-broker`)"
|
|
- "traefik.http.routers.edge-broker-local-ci.entrypoints=web"
|
|
- "traefik.http.routers.edge-broker-local-ci.middlewares=secure-headers@file,edge-broker-strip-local"
|
|
- "traefik.http.routers.edge-broker-local-ci.priority=190"
|
|
- "traefik.http.routers.edge-broker-local-ci.service=edge-broker"
|
|
|
|
caddy:
|
|
labels:
|
|
- "traefik.http.routers.local-api-ci.rule=PathPrefix(`/api`)"
|
|
- "traefik.http.routers.local-api-ci.entrypoints=web"
|
|
- "traefik.http.routers.local-api-ci.middlewares=strip-api-prefix@file,secure-headers@file"
|
|
- "traefik.http.routers.local-api-ci.priority=90"
|
|
- "traefik.http.routers.local-api-ci.service=caddy"
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
php1:
|
|
environment:
|
|
AUTO_COMPOSER_INSTALL: "false"
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
php2:
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
php3:
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
php4:
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
php5:
|
|
volumes:
|
|
- ci_php_app:/var/www/html
|
|
|
|
volumes:
|
|
ci_php_app:
|