Skip to content

Instantly share code, notes, and snippets.

@justinjoy
Created April 8, 2020 02:16
Show Gist options
  • Save justinjoy/8b8dd09e1c5d126597b31e3db62fca49 to your computer and use it in GitHub Desktop.
Save justinjoy/8b8dd09e1c5d126597b31e3db62fca49 to your computer and use it in GitHub Desktop.
hwangsae-docker-compose
version: "3"
services:
h8l-hwangsae-allinone:
image: "hwangsaeul/h8l-hwangsae-allinone-eoan:latest"
restart: always
hostname: h8l-mec-sr0-01
privileged: true
volumes:
- ./conf/hwangsaeul.conf:/etc/hwangsaeul.conf:ro
- ./service/hwangsae-relay.service:/lib/systemd/system/hwangsae-relay.service:ro
- ./hoppfish:/hoppfish
- ./recording-files:/recording-files
ports:
- 7777:7777/tcp
- 7777:7777/udp
- 8888:8888/tcp
- 8888:8888/udp
- 9011:9011
- 9012:9012
- 9013:9013
networks:
default:
ipv4_address: 10.20.30.241
networks:
default:
external:
name: sr0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment