remame coolify_compose.yaml remove old scripts

This commit is contained in:
2024-11-25 10:11:24 -06:00
parent 6542227cc5
commit 2a03866180
7 changed files with 10 additions and 55 deletions

View File

@@ -25,10 +25,10 @@ RUN go build
FROM debian:bookworm-slim
#ENV FRONTEND_HOST=https://app.nkode.tech
ENV FRONTEND_HOST=http://localhost:8090
ENV SVG_DIR=/app/data/icons
ENV DB_PATH=/app/data/sqlite/nkode.db
ENV SQLITE_DB=/app/data/sqlite/nkode.db
#ENV FRONTEND_HOST=http://localhost:8090
#ENV SVG_DIR=/app/data/icons
#ENV DB_PATH=/app/data/sqlite/nkode.db
#ENV SQLITE_DB=/app/data/sqlite/nkode.db
# Set the working directory inside the runtime container
WORKDIR /app