:resolvido ?
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 2m32s
Details
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 2m32s
Details
This commit is contained in:
parent
b26fc3b6f3
commit
c389fda637
|
|
@ -0,0 +1,15 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
vendaweb-react:
|
||||
image: 10.1.1.124:8082/library/vendaweb-react:latest
|
||||
container_name: vendaweb-react
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3035:3035"
|
||||
networks:
|
||||
- vendaweb_net
|
||||
|
||||
networks:
|
||||
vendaweb_net:
|
||||
driver: bridge
|
||||
Loading…
Reference in New Issue