Skip to content

Commit

Permalink
Refactors remaining container files into new org.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTriano committed Aug 18, 2024
1 parent c7daa14 commit f1e0f1f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ services:
redis:
image: adwh_redis:7.0.8
build:
context: ./
dockerfile: Dockerfiles/redis.Dockerfile
context: ./docker/redis
dockerfile: redis.Dockerfile
ports:
- "6379:6379"
volumes:
Expand Down Expand Up @@ -148,8 +148,8 @@ services:
dwh_db:
image: adwh_dwh_postgis_db:15.3.3
build:
context: ./
dockerfile: Dockerfiles/postgis.Dockerfile
context: ./docker/postgis
dockerfile: postgis.Dockerfile
shm_size: 4gb
env_file:
- .env.dwh
Expand Down Expand Up @@ -178,8 +178,8 @@ services:
db_admin:
image: adwh_pgadmin:7.7
build:
context: ./
dockerfile: ./Dockerfiles/pgadmin4.Dockerfile
context: ./docker/pgadmin
dockerfile: pgadmin4.Dockerfile
env_file:
- .env
restart: always
Expand All @@ -195,8 +195,8 @@ services:
dbt_proj:
image: adwh_dbt:1.6.3
build:
context: ./
dockerfile: ./Dockerfiles/dbt.Dockerfile
context: ./docker/dbt
dockerfile: dbt.Dockerfile
env_file:
- .env
stdin_open: true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f1e0f1f

Please sign in to comment.