From f90100e5eb5d11175ed965da37bbaaa027e5245a Mon Sep 17 00:00:00 2001 From: Sam Oehlert Date: Fri, 20 Oct 2023 23:56:40 -0500 Subject: [PATCH] refactor(containers): remove containers we dont need no need for docs for anyone and we use hosted postgres not a container based postgres --- local.yml | 16 ---------------- production.yml | 11 ----------- 2 files changed, 27 deletions(-) diff --git a/local.yml b/local.yml index e71ed4b..0554c49 100644 --- a/local.yml +++ b/local.yml @@ -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 diff --git a/production.yml b/production.yml index 57e402b..e12b9da 100644 --- a/production.yml +++ b/production.yml @@ -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: .