- removed unused docker-compose files

This commit is contained in:
Ulf Gebhardt 2021-01-19 21:07:24 +01:00
parent 33b8b001d7
commit 3b3ff8ab03
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 0 additions and 38 deletions

View File

@ -1,17 +0,0 @@
version: "3.4"
services:
webapp:
environment:
- "CI=${CI}"
image: ocelotsocialnetwork/develop-webapp:build-and-test
build:
context: webapp
target: build-and-test
backend:
environment:
- "CI=${CI}"
image: ocelotsocialnetwork/develop-backend:build-and-test
build:
context: backend
target: build-and-test

View File

@ -1,21 +0,0 @@
version: "3.4"
services:
webapp:
build:
context: webapp
target: production
args:
- "BUILD_COMMIT=${TRAVIS_COMMIT}"
backend:
image: ocelotsocialnetwork/backend:latest
build:
context: ./backend
target: production
args:
- "BUILD_COMMIT=${TRAVIS_COMMIT}"
neo4j:
build:
context: neo4j
args:
- "BUILD_COMMIT=${TRAVIS_COMMIT}"