Change to new staging dir

This commit is contained in:
Jannis Portmann 2021-12-23 13:40:48 +01:00
parent 1a627ab7d9
commit 58dbba3b1d
2 changed files with 2 additions and 3 deletions

3
Jenkinsfile vendored
View file

@ -25,7 +25,6 @@ node {
} }
stage('Deploy staging') { stage('Deploy staging') {
sh 'docker-compose --project-directory /opt/plant-exchange --file /opt/plant-exchange/docker-compose.yml up -d' sh 'docker-compose --project-directory /opt/containers/pflaenz.li --file /opt/containers/pflaenz.li/docker-compose.yml up -d'
} }
} }

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:latest image: postgres:13
environment: environment:
POSTGRES_PASSWORD: develop POSTGRES_PASSWORD: develop
ports: ports: