diff --git a/.gitlab-ci-compose.yml b/.gitlab-ci-compose.yml index f6987d55ae84911eb08f73903a2f50e1d59193be..bb8ca681dd99da1596b5ad3659e01a1ded6cf47f 100644 --- a/.gitlab-ci-compose.yml +++ b/.gitlab-ci-compose.yml @@ -1,12 +1,12 @@ services: #### nginx (Webserver - Optional) - web-http: + powerflux_http: pull_policy: build build: context: ./src dockerfile: ./ct_nginx/Dockerfile - image: gitlab-registry.poweron.dk:powerflux_http + image: gitlab-registry.poweron.dk/root/eloparser_public:powerflux_http working_dir: /app volumes: - vol_powerflux:/app @@ -16,12 +16,12 @@ services: - "8181:80" #### PHP App (Required) - php-fpm: + powerflux_app: pull_policy: build build: context: ./src dockerfile: ./ct_php-fpm/Dockerfile - image: gitlab-registry.poweron.dk:powerflux_app + image: gitlab-registry.poweron.dk/root/eloparser_public:powerflux_app volumes: - vol_powerflux:/app networks: