automated push from the terminal
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
This commit is contained in:
20
compose.yaml
Normal file
20
compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
|
||||
portal.intranet.valorantdigital.com:
|
||||
|
||||
container_name: portal.intranet.valorantdigital.com
|
||||
|
||||
image: softwareshinobi/portal.intranet.valorantdigital.com
|
||||
|
||||
build:
|
||||
|
||||
context: .
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
|
||||
- "8000:80"
|
||||
|
||||
Reference in New Issue
Block a user