Skip to content

Commit 4658185

Browse files
authored
Merge pull request #92 from andrewm4894/docker-clean-up
move docker related files into a subfolder to clean up a bit
2 parents c4b4922 + 397f8e9 commit 4658185

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
anomstack_code:
2424
build:
2525
context: .
26-
dockerfile: ./Dockerfile.anomstack_code
26+
dockerfile: ./docker/Dockerfile.anomstack_code
2727
container_name: anomstack_code
2828
image: anomstack_code_image
2929
restart: always
@@ -46,7 +46,7 @@ services:
4646
anomstack_dagit:
4747
build:
4848
context: .
49-
dockerfile: ./Dockerfile.dagster
49+
dockerfile: ./docker/Dockerfile.dagster
5050
entrypoint:
5151
- dagit
5252
- -h
@@ -82,7 +82,7 @@ services:
8282
anomstack_daemon:
8383
build:
8484
context: .
85-
dockerfile: ./Dockerfile.dagster
85+
dockerfile: ./docker/Dockerfile.dagster
8686
entrypoint:
8787
- dagster-daemon
8888
- run
@@ -109,7 +109,7 @@ services:
109109
anomstack_dashboard:
110110
build:
111111
context: .
112-
dockerfile: ./Dockerfile.anomstack_dashboard
112+
dockerfile: ./docker/Dockerfile.anomstack_dashboard
113113
container_name: anomstack_dashboard
114114
ports:
115115
- "8501:8501"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)