You've already forked Traefik-Redis-Api
Compare commits
2 Commits
303a10feba
...
v1.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
3e232ab198
|
|||
|
f74d7f3895
|
@@ -5,6 +5,8 @@ include:
|
||||
inputs:
|
||||
registry: scr.siteworxpro.com
|
||||
registryUser: $CI_REGISTRY_USER
|
||||
dockerHubUser: $CI_DOCKER_HUB_USER
|
||||
dockerHubPat: $CI_DOCKER_HUB_PAT
|
||||
registryPassword: $CI_REGISTRY_PASSWORD
|
||||
platform: "linux/amd64,linux/arm64"
|
||||
stage: build
|
||||
|
||||
@@ -17,7 +17,7 @@ FROM php:8.4.6-alpine AS php
|
||||
# Move the production PHP configuration file to the default location
|
||||
RUN mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini \
|
||||
&& apk add libpq-dev linux-headers --no-cache \
|
||||
&& docker-php-ext-install pdo_pgsql sockets \
|
||||
&& docker-php-ext-install sockets \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
# Set the working directory to /app
|
||||
|
||||
Reference in New Issue
Block a user