Skip to content
Snippets Groups Projects
Commit ff419fb3 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

WS-810 remove containerized ngas

parent e597da5e
No related branches found
No related tags found
1 merge request!675WS-810 remove containerized ngas
Pipeline #3765 passed
......@@ -71,6 +71,7 @@ services/notification/notification.log
**/coverage.json
pyproject.toml
package-lock.json
**/.hypothesis
# Ignore docker volume mount points
services/**/**/apps
......
FROM icrar/ngas:11.0.2
# Get postgres/mysql development stuff in the image
RUN yum -y install epel-release && \
yum install -y postgresql-libs
USER ngas
RUN ./home/ngas/ngas_rt/bin/pip install psycopg2-binary==2.7.7
USER root
......@@ -55,19 +55,6 @@ services:
- ./apps/cli/executables/pexable/:/config/apps/cli/executables/pexable/
- ./lustre/aoc/cluster/pipeline/docker/workspaces/sbin:/lustre/aoc/cluster/pipeline/docker/workspaces/sbin
ngas:
build:
context: .
dockerfile: ./Dockerfile.ngas
depends_on:
- db
ports:
- "7777:7777"
volumes:
- ./local_ngas_root:/home/ngas/NGAS
profiles:
- ngas
schema:
build:
context: ./schema/
......
This diff is collapsed.
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