File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version: '3.2'
2
2
3
3
services :
4
4
php-api_symfony :
5
- image : registry.realt.community/symfony-php- api-realt :${DOCKER_BRANCH}
6
- container_name : ${DOCKER_BRANCH}-php-api_symfony
5
+ image : ${DOCKER_REGISTRY}/ api-php :${DOCKER_BRANCH}
6
+ container_name : ${DOCKER_BRANCH}-api_php-symfony
7
7
build :
8
8
context : ./
9
9
ports :
@@ -16,13 +16,13 @@ services:
16
16
- ./logs/nginx:/var/log/nginx:cached
17
17
labels :
18
18
- " traefik.enable=true"
19
- - " traefik.http.routers.sf-realt- api-${DOCKER_BRANCH}.rule=Host(`api.${DOCKER_BRANCH}.realt.community`)"
20
- - " traefik.http.routers.sf-realt- api-${DOCKER_BRANCH}.entrypoints=websecure"
19
+ - " traefik.http.routers.api-php -${DOCKER_BRANCH}.rule=Host(`api.${DOCKER_BRANCH}.realt.community`)"
20
+ - " traefik.http.routers.api-php -${DOCKER_BRANCH}.entrypoints=websecure"
21
21
restart : always
22
22
23
23
php-api_db :
24
24
image : mysql:5.7
25
- container_name : ${DOCKER_BRANCH}-php-api_db
25
+ container_name : ${DOCKER_BRANCH}-api_php-db
26
26
ports :
27
27
- " 3308:3306"
28
28
networks :
@@ -36,7 +36,7 @@ services:
36
36
37
37
php-api_adminer :
38
38
image : adminer
39
- container_name : ${DOCKER_BRANCH}-php-api_adminer
39
+ container_name : ${DOCKER_BRANCH}-api_php-adminer
40
40
ports :
41
41
- " 18082:8080"
42
42
networks :
You can’t perform that action at this time.
0 commit comments