Skip to content

Commit

Permalink
Specify ucuenca extra-host on action server docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
santteegt committed Jun 5, 2020
1 parent 4cb7a2e commit c2b7da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ USER root
RUN pip install -U pip && \
pip install --no-cache-dir -r requirements-actions.txt

RUN echo "172.16.0.44 srvpruebas.ucuenca.edu.ec" >> /etc/hosts

USER 1001

CMD ["start", "--actions", "actions", "--debug"]
4 changes: 3 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ services:
GLPI_AUTH_TOKEN: "${GLPI_AUTH_TOKEN}"
GLPI_LOCALMODE: "${GLPI_LOCALMODE}"
depends_on:
- rasa-production
- rasa-production
extra_hosts:
- "srvpruebas.ucuenca.edu.ec:172.16.0.44"

0 comments on commit c2b7da8

Please sign in to comment.