From e5108884b2c21892f3f56c3c000894b4de150f26 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Aug 26 2020 14:10:47 +0000 Subject: docker: removing backend from docker-compose --- diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index 6fd7f38..78e6fff 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -8,11 +8,6 @@ services: # Use this configuration by running # docker-compose -f docker-compose.dev.yaml up - backend: - environment: - - PYTHONPATH=/opt/copr/backend - command: /usr/sbin/runuser -u copr -g copr -- /opt/copr/backend/run/copr_be.py - backend-log: environment: - PYTHONPATH=/opt/copr/backend diff --git a/docker-compose.shell.yaml b/docker-compose.shell.yaml index 73d4689..55c2de1 100644 --- a/docker-compose.shell.yaml +++ b/docker-compose.shell.yaml @@ -9,9 +9,6 @@ services: # Use this configuration by running # docker-compose -f docker-compose.shell.yaml up - backend: - command: /bin/bash - backend-log: command: /bin/bash