lots of changes with docker
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m57s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m57s
This commit is contained in:
@@ -17,6 +17,11 @@ $Servers = @(
|
||||
token = "uslim1"
|
||||
loc = "D$\LST_V3"
|
||||
},
|
||||
[PSCustomObject]@{
|
||||
server = "ushou1vms006"
|
||||
token = "ushou1"
|
||||
loc = "D$\LST_V3"
|
||||
},
|
||||
[PSCustomObject]@{
|
||||
server = "usday1vms006"
|
||||
token = "usday1"
|
||||
|
||||
6
scripts/dockerscripts.md
Normal file
6
scripts/dockerscripts.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
docker build -t git.tuffraid.net/cowch/lst_v3:latest .
|
||||
docker push git.tuffraid.net/cowch/lst_v3:latest
|
||||
|
||||
docker compose pull && docker compose up -d --force-recreate
|
||||
Reference in New Issue
Block a user