dev #7

Merged
JoeKung merged 19 commits from dev into int 2026-02-12 15:26:38 +01:00
Showing only changes of commit 3e9745c7cc - Show all commits

View File

@@ -24,7 +24,7 @@ services:
image: ${REGISTRY_URL}/${REPO_OWNER}/print-calculator-frontend:${TAG} image: ${REGISTRY_URL}/${REPO_OWNER}/print-calculator-frontend:${TAG}
container_name: print-calculator-frontend-${ENV} container_name: print-calculator-frontend-${ENV}
ports: ports:
- "${FRONTEND_PORT}:8008" - "${FRONTEND_PORT}:80"
depends_on: depends_on:
- backend - backend
restart: always restart: always