wip
This commit is contained in:
parent
4ff5788f37
commit
682823a984
9 changed files with 2592 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
services:
|
||||
play-outside-wayl-one:
|
||||
image: registry.wayl.one/play-outside:0.0.28
|
||||
ports:
|
||||
- 8200
|
||||
env_file:
|
||||
- .env.prod
|
||||
restart: always
|
||||
labels:
|
||||
kompose.service.expose: play-outside.wayl.one
|
||||
kompose.image-pull-secret: regcred
|
||||
Loading…
Add table
Add a link
Reference in a new issue