Skip to content

Commit

Permalink
Merge pull request #125 from soehlert/topic/soehlert/unnecessary_cont…
Browse files Browse the repository at this point in the history
…ainers

refactor(containers): remove containers we dont need
  • Loading branch information
soehlert authored Oct 21, 2023
2 parents 88fdffa + 1fd071a commit 67988d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
16 changes: 0 additions & 16 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,3 @@ services:
- concert_elephant_local_postgres_data_backups:/backups
env_file:
- ./.envs/.local/.postgres

docs:
image: concert_elephant_local_docs
container_name: concert_elephant_local_docs
build:
context: .
dockerfile: ./compose/local/docs/Dockerfile
env_file:
- ./.envs/.local/.django
volumes:
- ./docs:/docs:z
- ./config:/app/config:z
- ./concert_elephant:/app/concert_elephant:z
ports:
- '9000:9000'
command: /start-docs
11 changes: 0 additions & 11 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ services:
- ./.envs/.production/.postgres
command: /start

postgres:
build:
context: .
dockerfile: ./compose/production/postgres/Dockerfile
image: concert_elephant_production_postgres
volumes:
- production_postgres_data:/var/lib/postgresql/data
- production_postgres_data_backups:/backups
env_file:
- ./.envs/.production/.postgres

traefik:
build:
context: .
Expand Down

0 comments on commit 67988d7

Please sign in to comment.