File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ services:
12
12
- ./logs/nginx:/var/log/nginx:cached
13
13
labels :
14
14
- " traefik.enable=true"
15
- - " traefik.http.routers.${DOCKER_BRANCH}-api-php-.rule=Host(`api.${DOCKER_BRANCH}.realtoken.community`)"
16
- - " traefik.http.services.${DOCKER_BRANCH}-api-php.loadbalancer.server.port=80"
15
+ - " traefik.http.routers.${DOCKER_BRANCH}-api-php-sf .rule=Host(`api.${DOCKER_BRANCH}.realtoken.community`)"
16
+ - " traefik.http.services.${DOCKER_BRANCH}-api-php-sf .loadbalancer.server.port=80"
17
17
restart : always
18
18
19
19
php-api_db :
@@ -31,10 +31,13 @@ services:
31
31
php-api_adminer :
32
32
image : adminer
33
33
container_name : ${DOCKER_BRANCH}-api_php-adminer
34
- ports :
35
- - " 18082:8080"
36
34
networks :
37
35
- realt
36
+ - traefik-realt
37
+ labels :
38
+ - " traefik.enable=true"
39
+ - " traefik.http.routers.${DOCKER_BRANCH}-api-php_adminer.rule=Host(`api.${DOCKER_BRANCH}.realtoken.community`)"
40
+ - " traefik.http.services.${DOCKER_BRANCH}-api-php_adminer.loadbalancer.server.port=8080"
38
41
restart : always
39
42
40
43
networks :
You can’t perform that action at this time.
0 commit comments