Switched to default port 8080
All checks were successful
release-tag / release-image (push) Successful in 1m32s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
All checks were successful
release-tag / release-image (push) Successful in 1m32s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
This commit is contained in:
@@ -17,12 +17,12 @@ RUN mkdir /web
|
|||||||
COPY --from=builder /bin/vcc /bin/vcc
|
COPY --from=builder /bin/vcc /bin/vcc
|
||||||
COPY ./web /web
|
COPY ./web /web
|
||||||
# Default listens on :8090 – siehe main.go
|
# Default listens on :8090 – siehe main.go
|
||||||
EXPOSE 8090
|
EXPOSE 8080
|
||||||
|
|
||||||
# Environment defaults; können per compose überschrieben werden
|
# Environment defaults; können per compose überschrieben werden
|
||||||
ENV CLIPBOARD_TOKEN="" \
|
ENV CLIPBOARD_TOKEN="" \
|
||||||
CLIPBOARD_DATA="" \
|
CLIPBOARD_DATA="" \
|
||||||
PORT=":8090" \
|
PORT=":8080" \
|
||||||
MAX_PER_ROOM=200
|
MAX_PER_ROOM=200
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/vcc"]
|
ENTRYPOINT ["/bin/vcc"]
|
||||||
@@ -43,6 +43,13 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"content": "UoT$YvL%eAKh\u0026SG9VS\u0026$",
|
"content": "UoT$YvL%eAKh\u0026SG9VS\u0026$",
|
||||||
"created_at": "2025-09-06T14:28:32.4447206Z"
|
"created_at": "2025-09-06T14:28:32.4447206Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "20250906T154926.777767300Z-6907b53a7b2cc54d",
|
||||||
|
"room": "default",
|
||||||
|
"type": "text",
|
||||||
|
"content": ",2V=;eEM.i4wG^C?$+6?",
|
||||||
|
"created_at": "2025-09-06T15:49:26.7777673Z"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user