Skip to content

Commit

Permalink
Fix wrong Dockerfile paths and deleted the full.yml definition
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 19, 2024
1 parent 4168d21 commit 3c96d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 197 deletions.
194 changes: 0 additions & 194 deletions deploy_package/full.yml

This file was deleted.

6 changes: 3 additions & 3 deletions deploy_package/no-sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
colander-postgres:
build:
context: .
dockerfile: ./compose/postgres/Dockerfile
dockerfile: ./compose/production/postgres/Dockerfile
image: colander_production_postgres
restart: unless-stopped
volumes:
Expand All @@ -26,7 +26,7 @@ services:
threatr-postgres:
build:
context: .
dockerfile: ./compose/postgres/Dockerfile
dockerfile: ./compose/production/postgres/Dockerfile
image: colander_production_threatr_postgres
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -105,7 +105,7 @@ services:
traefik:
build:
context: .
dockerfile: ./compose/traefik/Dockerfile
dockerfile: ./compose/production/traefik/Dockerfile
image: colander_production_traefik
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 3c96d37

Please sign in to comment.