default nginx vhost config moved around
This commit is contained in:
parent
f8a2f4420e
commit
f566463fe2
@ -5,9 +5,9 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
||||
- docker build --pull -t $IMAGE_NAME:$CI_COMMIT_SHA .
|
||||
- docker build --pull -t $IMAGE_NAME:$CI_COMMIT_REF_NAME .
|
||||
- docker build --pull -t $IMAGE_NAME:latest .
|
||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_SHA .
|
||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_REF_NAME .
|
||||
- docker build -t $IMAGE_NAME:latest .
|
||||
- docker push $IMAGE_NAME:$CI_COMMIT_SHA
|
||||
- docker push $IMAGE_NAME:$CI_COMMIT_REF_NAME
|
||||
- docker push $IMAGE_NAME:latest
|
||||
|
@ -140,6 +140,7 @@ RUN apk add --no-cache \
|
||||
php8-ldap
|
||||
|
||||
RUN chown -R nginx:nginx /var/lib/nextcloud
|
||||
RUN rm /etc/nginx/http.d/default.conf
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
[template]
|
||||
src = "nextcloud.conf.tmpl"
|
||||
dest = "/etc/nginx/conf.d/nextcloud.conf"
|
||||
dest = "/etc/nginx/http.d/nextcloud.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user