Release: weekly deploy
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# See infra/docker/DEPLOY-truenas.md and Documentation/environments.md
|
||||
services:
|
||||
web:
|
||||
image: gitea.mysuperlab.netcraze.pro/danilka/gallery-web:${IMAGE_TAG:-latest}
|
||||
image: gitea.mysuperlab.netcraze.pro/danilka/gallery-web:latest
|
||||
container_name: gallery-web
|
||||
restart: unless-stopped
|
||||
pull_policy: always
|
||||
@@ -19,7 +19,6 @@ services:
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
APP_ENV: "prod"
|
||||
IMAGE_TAG: "${IMAGE_TAG:-latest}"
|
||||
PORT: "5173"
|
||||
HOST: "0.0.0.0"
|
||||
DB_HOST: "192.168.10.122"
|
||||
|
||||
Reference in New Issue
Block a user