fxi dockercompsoe
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s

This commit is contained in:
Adrian Miesikowski 2026-02-14 16:58:30 +01:00
parent 0d776bf396
commit be74232ddc

View File

@ -2,6 +2,7 @@ version: '3.8'
services:
web:
image: registry.szmyt151.pl/registryuser/szmyt151-web:latest
build: .
container_name: szmyt151-web
ports:
@ -14,6 +15,7 @@ services:
restart: unless-stopped
webmcp:
image: registry.szmyt151.pl/registryuser/szmyt151-webmcp:latest
build:
context: .
dockerfile: Dockerfile.webmcp