Skip to content

Commit

Permalink
updated compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ferama committed Nov 25, 2023
1 parent c1b85e0 commit 8c617b1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions hack/compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,13 @@ services:
command:
- run
- /rospo.yaml
networks:
- rosponet
network_mode: "host"
logging:
driver: json-file
options:
max-size: "8m"
ports:
- "2222:2222"
volumes:
- ./rospo.yaml:/rospo.yaml
- ./server_key:/server_key
- ./authorized_keys:/authorized_keys
- ./server_key.pub:/server_key.pub

networks:
rosponet:
# enable_ipv6: true
# ipam:
# config:
# - subnet: 2001:0DB9::/112
- ./server_key.pub:/server_key.pub

0 comments on commit 8c617b1

Please sign in to comment.