mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 06:37:55 +03:00
teamcity migrated to new format
This commit is contained in:
parent
63f70102ec
commit
36cf444588
@ -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
|
||||
|
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
|
||||
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
|
||||
|
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