mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
vk2discord migrated to new format
This commit is contained in:
parent
72c3c488ef
commit
cd7f9dcdcb
@ -1,5 +1,5 @@
|
|||||||
all: vk2d
|
all: app
|
||||||
|
|
||||||
vk2d:
|
app:
|
||||||
docker build --compress -t epicmorg/vk2discord:latest .
|
docker-compose build --compress
|
||||||
docker push epicmorg/vk2discord
|
docker-compose push
|
||||||
|
6
linux/vk2discord/latest/docker-compose.yml
Normal file
6
linux/vk2discord/latest/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/vk2discord:latest"
|
||||||
|
build:
|
||||||
|
context: .
|
Loading…
Reference in New Issue
Block a user