fxi dockercompsoe
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
This commit is contained in:
parent
0d776bf396
commit
be74232ddc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user