Skip to content

Commit

Permalink
fix(docker): fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Sep 1, 2019
1 parent 7fd3b45 commit 55f07a3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ services:
environment:
BUGSNAG_KEY: bbef84ab99c91665262f672ba6507a2d
PG_PASSWORD: ${PW_POSTGRES}
secrets:
- mail_user
- mail_password
labels:
- "traefik.backend=oms-discounts"
- "traefik.port=8084"
Expand All @@ -37,18 +34,10 @@ services:
- "traefik.enable=true"
- "registry.categories=(discounts, 10);(events, 10);(notifications, 10)"
- "registry.servicename=oms-discounts"



volumes:
postgres-oms-discounts:
driver: "local"
oms-discounts-media:
driver: "local"
shared:
driver: "local"

networks:
default:
external:
name: OMS

0 comments on commit 55f07a3

Please sign in to comment.