Skip to content

Commit

Permalink
change comments in production-umkc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrporter committed Aug 8, 2020
1 parent 5a80385 commit 70ea826
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions production-umkc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ networks:
default:
driver: bridge
driver_opts:
# this MTU size should be the same as the host network
# check with `ifconfig | grep -i mtu` on host & vm
com.docker.network.driver.mtu: 1500

services:
Expand All @@ -30,36 +32,5 @@ services:
extra_hosts:
- "kc-med-oslerdb.kc.umkc.edu:192.168.0.2"

# postgres:
# image: osler_production_postgres
# expose:
# - "5432"
# ports:
# - "5432:5432"

# postgres:
# build:
# context: .
# dockerfile: ./compose/production/postgres/Dockerfile
# image: osler_production_postgres
# volumes:
# - production_postgres_data:/var/lib/postgresql/data
# - production_postgres_data_backups:/backups
# env_file:
# - ./.envs/.production/.postgres
#
# traefik:
# build:
# context: .
# dockerfile: ./compose/production/traefik/Dockerfile
# image: osler_production_traefik
# depends_on:
# - django
# volumes:
# - production_traefik:/etc/traefik/acme
# ports:
# - "0.0.0.0:8084:80"
# - "0.0.0.0:443:443"
#
redis:
image: redis:5.0

0 comments on commit 70ea826

Please sign in to comment.