File tree Expand file tree Collapse file tree 2 files changed +3
-197
lines changed
Expand file tree Collapse file tree 2 files changed +3
-197
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 colander-postgres :
1515 build :
1616 context : .
17- dockerfile : ./compose/postgres/Dockerfile
17+ dockerfile : ./compose/production/ postgres/Dockerfile
1818 image : colander_production_postgres
1919 restart : unless-stopped
2020 volumes :
@@ -26,7 +26,7 @@ services:
2626 threatr-postgres :
2727 build :
2828 context : .
29- dockerfile : ./compose/postgres/Dockerfile
29+ dockerfile : ./compose/production/ postgres/Dockerfile
3030 image : colander_production_threatr_postgres
3131 restart : unless-stopped
3232 volumes :
@@ -105,7 +105,7 @@ services:
105105 traefik :
106106 build :
107107 context : .
108- dockerfile : ./compose/traefik/Dockerfile
108+ dockerfile : ./compose/production/ traefik/Dockerfile
109109 image : colander_production_traefik
110110 restart : unless-stopped
111111 depends_on :
You can’t perform that action at this time.
0 commit comments