mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-16 14:22:41 +03:00
teamcity migrated to new format
This commit is contained in:
parent
63f70102ec
commit
36cf444588
@ -1,4 +1,5 @@
|
|||||||
all: tca
|
all: app
|
||||||
tca:
|
|
||||||
docker build --compress -t epicmorg/teamcity-agent:latest .
|
app:
|
||||||
docker push epicmorg/teamcity-agent:latest
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
||||||
|
6
linux/teamcity/agent/docker-compose.yml
Normal file
6
linux/teamcity/agent/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/teamcity-agent:latest"
|
||||||
|
build:
|
||||||
|
context: .
|
@ -1,4 +1,5 @@
|
|||||||
all: tcs
|
all: app
|
||||||
tcs:
|
|
||||||
docker build --compress -t epicmorg/teamcity-server:latest .
|
app:
|
||||||
docker push epicmorg/teamcity-server:latest
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
||||||
|
6
linux/teamcity/server/docker-compose.yml
Normal file
6
linux/teamcity/server/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/teamcity-server:latest"
|
||||||
|
build:
|
||||||
|
context: .
|
Loading…
x
Reference in New Issue
Block a user