Skip to content

Commit

Permalink
Create compose.amd64.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake authored Aug 1, 2024
1 parent 6d9aa69 commit 9fd39f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/compose.amd64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
nao:
image: ghcr.io/airesearchlab/naoqi-ros:humble
environment:
- NAO_IP=10.0.0.244
- QI_LISTEN_URL=tcp://0.0.0.0:56000
restart: unless-stopped
privileged: true
network_mode: host
expose:
- 56000
volumes:
- type: volume
source: nao
target: /nao

volumes:
nao:

0 comments on commit 9fd39f2

Please sign in to comment.