Skip to content

Commit fce8eb4

Browse files
authored
Update docker compose
1 parent f234fe9 commit fce8eb4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docker-compose-alpha.yml renamed to docker-compose-branch.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
version: '3.2'
2-
31
services:
42
php-api_symfony:
53
image: ${DOCKER_REGISTRY}/api-php:${DOCKER_BRANCH}
64
container_name: ${DOCKER_BRANCH}-api_php-symfony
75
build:
86
context: ./
9-
ports:
10-
- "9082:80"
117
networks:
128
- realt
139
- traefik-realt
@@ -16,15 +12,12 @@ services:
1612
- ./logs/nginx:/var/log/nginx:cached
1713
labels:
1814
- "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`)"
2116
restart: always
2217

2318
php-api_db:
2419
image: mysql:5.7
2520
container_name: ${DOCKER_BRANCH}-api_php-db
26-
ports:
27-
- "3308:3306"
2821
networks:
2922
- realt
3023
environment:

0 commit comments

Comments
 (0)