Verified Commit 51e41e90 authored by Peter Stanko's avatar Peter Stanko
Browse files

Removed docker compose and updated base/Dockerfile

parent a9293a3f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4,10 +4,7 @@ LABEL maintainer="Peter Stanko (peter.stanko0@gmail.com)"
LABEL image="kontr2/base-pipenv"

# Add ssh deploy key
RUN mkdir -p /root/.ssh
ADD misc/deploy_key /root/.ssh/id_rsa
RUN chmod 700 /root/.ssh/id_rsa
RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
RUN echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /etc/ssh/ssh_config


# Install gcc and git

docker-compose.yml

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
version: '3'

services:
  base:
    build: base
    image: kontr2/base-pipenv

  ktdk:
    build: ktdk
    image: kontr2/ktdk-runner
  
  ktdk-cpp:
    build: 
      context: ktdk
      dockerfile: cpp-runner.Dockerfile
    image: kontr2/ktdk-cpp-runner

  portal:
    build: https://gitlab.fi.muni.cz/grp-kontr2/portal.git
    image: kontr2/portal

  
  frontend:
    build: https://gitlab.fi.muni.cz/grp-kontr2/portal-frontend.git
    image: kontr2/portal-frontend

  kontr-worker:
    build: https://gitlab.fi.muni.cz/grp-kontr2/kontr-worker.git
    image: kontr2/kontr-worker