Committed and Pushed by ButtonClick
This commit is contained in:
@@ -15,8 +15,8 @@ services:
|
|||||||
- "8448:8443"
|
- "8448:8443"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
depends_on:
|
#depends_on:
|
||||||
- roboticsdriver
|
# - roboticsdriver
|
||||||
|
|
||||||
init: true
|
init: true
|
||||||
command: >
|
command: >
|
||||||
@@ -37,11 +37,25 @@ services:
|
|||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
clouds:
|
# clouds:
|
||||||
ipv4_address: 172.20.0.12
|
# ipv4_address: 172.20.0.12
|
||||||
default:
|
- appRobotNet
|
||||||
|
- default
|
||||||
privileged: true
|
privileged: true
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
|
|
||||||
|
|
||||||
|
# docker network create appRobotNet
|
||||||
|
# 1406d60f37e191ccb5bf763b35f5488e4c594ae7e53d590aad4a14428e9459a3
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
|
||||||
|
default: # this is the default network for this stack
|
||||||
|
driver: bridge
|
||||||
|
appRobotNet:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user