Skip to content

Commit

Permalink
Docker does not go up (opentibiabr#1228)
Browse files Browse the repository at this point in the history
* fixes: opentibiabr#1227

- Server running inside docker was unable to find RSA key.
  • Loading branch information
Riicksouzaa authored May 15, 2020
1 parent e0c7adb commit 57f886f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.3"

services:
otserver:
container_name: otserver
build:
context: ../
dockerfile: ./docker/Dockerfile.server
Expand Down Expand Up @@ -32,6 +33,7 @@ services:
- db-volume:/var/lib/mysql

otweb:
container_name: otwebsite
image: webdevops/php-nginx:alpine-php7
restart: unless-stopped
environment:
Expand All @@ -46,6 +48,7 @@ services:
- otdb

otlogin:
container_name: otwebsite_login
build:
context: ./
dockerfile: ./Dockerfile.login
Expand Down
2 changes: 1 addition & 1 deletion key.pem
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ AkEAkbNzB6vhLAWht4dUdGzaREF3p4SwNcu5bJRa/9wCLSHaS9JaTq4lljgVPp1zyXyJCSCWpFnl
1hoH+IlpuPuf21MdAqvJt+cMwoECQF1LyBOYduYGcSgg6u5mKVldhm3pJCA+ZGxnjuGZEnet3qeA
eb05++112fyvO85ABUun524z9lokKNFh45NKLjUCQGshzV43P+RioiBhtEpB/QFzijiS4L2HKNu1
tdhudnUjWkaf6jJmQS/ppln0hhRMHlk9Vus/bPx7LtuDuo6VQDo=
-----END RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----

0 comments on commit 57f886f

Please sign in to comment.