Added deploy gitea action
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
ME_CONFIG_BASICAUTH: "false"
|
||||
|
||||
patch_detector:
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:latest
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest}
|
||||
build: ./patch_detector
|
||||
restart: "no"
|
||||
environment:
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
MONGO_PASS: password
|
||||
|
||||
match_collector:
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:${GIT_COMMIT_HASH:-latest}
|
||||
build: ./match_collector
|
||||
restart: "no"
|
||||
environment:
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
# restarter:
|
||||
|
||||
frontend:
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:latest
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:${GIT_COMMIT_HASH:-latest}
|
||||
build: ./frontend
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user