teamcity migrated to new format

This commit is contained in:
stam 2021-06-02 02:37:37 +03:00
parent 63f70102ec
commit 36cf444588
4 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,5 @@
all: tca
tca:
docker build --compress -t epicmorg/teamcity-agent:latest .
docker push epicmorg/teamcity-agent:latest
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/teamcity-agent:latest"
build:
context: .

View File

@ -1,4 +1,5 @@
all: tcs
tcs:
docker build --compress -t epicmorg/teamcity-server:latest .
docker push epicmorg/teamcity-server:latest
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/teamcity-server:latest"
build:
context: .