Skip to content

Commit a7ffc91

Browse files
authored
Update CI/CD
1 parent c0ec536 commit a7ffc91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: '3.2'
22

33
services:
44
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
77
build:
88
context: ./
99
ports:
@@ -16,13 +16,13 @@ services:
1616
- ./logs/nginx:/var/log/nginx:cached
1717
labels:
1818
- "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"
2121
restart: always
2222

2323
php-api_db:
2424
image: mysql:5.7
25-
container_name: ${DOCKER_BRANCH}-php-api_db
25+
container_name: ${DOCKER_BRANCH}-api_php-db
2626
ports:
2727
- "3308:3306"
2828
networks:
@@ -36,7 +36,7 @@ services:
3636

3737
php-api_adminer:
3838
image: adminer
39-
container_name: ${DOCKER_BRANCH}-php-api_adminer
39+
container_name: ${DOCKER_BRANCH}-api_php-adminer
4040
ports:
4141
- "18082:8080"
4242
networks:

0 commit comments

Comments
 (0)