diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml deleted file mode 100644 index 9ed0398..0000000 --- a/docker-compose.prod.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: '3' - -services: - frontend: - build: . - image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend/frontend-prod - ports: - - "3000:3000" - environment: - API_URL: ${API_URL} - command: npm run start-prod diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 3783dd9..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: '3' - -services: - frontend: - build: . - image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend - ports: - - "3000:3000" - environment: - API_URL: ${API_URL} - - mock-backend: - build: . - image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend/frontend-mock-backend - ports: - - "1234:1234" - command: npm run mock-backend