Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
970eb75e
Commit
970eb75e
authored
Apr 05, 2017
by
Michael Roytman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Dockerfile for notifier
parent
d3c6cd6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docker/build/notifier/Dockerfile
+12
-0
No files found.
docker/build/notifier/Dockerfile
0 → 100644
View file @
970eb75e
FROM
edxops/xenial-common:latest
MAINTAINER
edxops
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
ADD
. /edx/app/edx_ansible/edx_ansible
COPY
docker/build/notifier/ansible_overrides.yml /
RUN
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook notifier.yml
\
-i
'127.0.0.1,'
-c
local
\
-t
'install'
\
-e
@/ansible_overrides.yml
WORKDIR
/edx/app
CMD
["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisor/supervisord.conf"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment