mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
Have working standalone and standalone-sql configurations for standard opensim image.
21 lines
380 B
YAML
21 lines
380 B
YAML
version: '3'
|
|
|
|
services:
|
|
opensim:
|
|
image: opensim-opensim
|
|
|
|
environment:
|
|
CONFIGKEY:
|
|
CONFIG_NAME:
|
|
EXTERNAL_HOSTNAME:
|
|
|
|
ports:
|
|
- 8002:8002/tcp
|
|
- 8002:8002/udp
|
|
- 9000:9000/tcp
|
|
- 9000:9000/udp
|
|
- 9010:9010/tcp
|
|
- 9010:9010/udp
|
|
|
|
# restart: always
|