Skip to content
Snippets Groups Projects
Commit 58aa4962 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

minor corrections on docker/docker-compose files

parent 2528b569
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM centos:7
RUN yum install -y epel-release wget gcc https://repo.ius.io/ius-release-el7.rpm
RUN yum update -y
RUN yum install -y python36u python36u-libs python36u-devel python36u-pip openssl-devel libffi-devel
RUN pip3.6 install --upgrade pip wheel
RUN pip3.6 install --upgrade pip
RUN pip3.6 install ansible==2.3
COPY . /code
WORKDIR /code/ansible
......
......@@ -19,6 +19,7 @@ services:
JASS_RABBITMQ_URL: 'amqp://guest:guest@rabbitmq:5672'
volumes:
- ./data:/code/data
- ./data:/usr/local/lib/python3.6/site-packages/data
- ./jass:/code/jass
depends_on:
- rabbitmq
......@@ -31,6 +32,7 @@ services:
JASS_RABBITMQ_URL: 'amqp://guest:guest@rabbitmq:5672'
volumes:
- ./data:/code/data
- ./data:/usr/local/lib/python3.6/site-packages/data
- ./jass:/code/jass
ports:
- '8080:8080'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment