This commit is contained in:
teddys48
2026-02-12 11:17:11 +07:00
parent de7fc52b67
commit 56cd2dde79
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
# Gunakan Node.js 22 sebagai base image # Gunakan Node.js 22 sebagai base image
FROM node:22-alpine FROM node:22-alpine
ENV TZ="Asia/Jakarta"
RUN apk add --no-cache curl RUN apk add --no-cache curl
RUN apk add --no-cache grep RUN apk add --no-cache grep

View File

@@ -1,8 +1,6 @@
version: "3.8"
services: services:
app: app:
image: 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID image: localhost:9999/$PROJECT_NAME:$CI_PIPELINE_ID
deploy: deploy:
replicas: 1 replicas: 1
restart_policy: restart_policy: