Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jan 24, 2024
1 parent 21a611b commit 5ffe4ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
context: ../
args:
- NODE_ENV=local
dockerfile: satosa.Dockerfile
dockerfile: Dockerfile
container_name: satosa-saml2spid
depends_on:
- satosa-mongo
Expand Down Expand Up @@ -162,4 +162,4 @@ volumes:

networks:
satosa-saml2spid:
name: satosa-saml2spid
name: satosa-saml2spid
2 changes: 2 additions & 0 deletions Docker-compose/run-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ echo -e "\n"

echo -e "Tiro su la composizione, in caso, con le nuove versioni delle immagini. \n"

docker compose -f docker-compose.yml build django_sp

docker compose -f docker-compose.yml up -d --wait --wait-timeout 60

echo -e "\n"
Expand Down
File renamed without changes.

0 comments on commit 5ffe4ba

Please sign in to comment.