File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- version : ' 3.2'
2
-
3
1
services :
4
2
php-api_symfony :
5
3
image : ${DOCKER_REGISTRY}/api-php:${DOCKER_BRANCH}
6
4
container_name : ${DOCKER_BRANCH}-api_php-symfony
7
5
build :
8
6
context : ./
9
- ports :
10
- - " 9082:80"
11
7
networks :
12
8
- realt
13
9
- traefik-realt
@@ -16,15 +12,12 @@ services:
16
12
- ./logs/nginx:/var/log/nginx:cached
17
13
labels :
18
14
- " traefik.enable=true"
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"
15
+ - " traefik.http.routers.api-php-${DOCKER_BRANCH}.rule=Host(`api.${DOCKER_BRANCH}.realtoken.community`)"
21
16
restart : always
22
17
23
18
php-api_db :
24
19
image : mysql:5.7
25
20
container_name : ${DOCKER_BRANCH}-api_php-db
26
- ports :
27
- - " 3308:3306"
28
21
networks :
29
22
- realt
30
23
environment :
You can’t perform that action at this time.
0 commit comments