Skip to content

Commit

Permalink
#432 Fix error at docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Dec 31, 2018
1 parent abe55f2 commit c5a7ad1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ x-app-base: &app-base
- $VIRTUAL_HOST_EXPOSE_PORT:$VIRTUAL_HOST_PORT
- $VIRTUAL_HOST_LIVESERVER_PORT
networks:
networks:
stb-backend:
aliases:
# Use alias here because Chrome (and not only Chrome) supports HSTS in strange way.
# See this github comment for details: https://goo.gl/ynD1KC
- app-selenium
se-backend:
aliases:
# Use alias here because Chrome (and not only Chrome) supports HSTS in strange way.
# See this github comment for details: https://goo.gl/ynD1KC
- app-selenium
depends_on:
- postgres
- rabbitmq
Expand Down

0 comments on commit c5a7ad1

Please sign in to comment.