-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
28 lines (27 loc) · 972 Bytes
/
Copy pathcompose.yaml
File metadata and controls
28 lines (27 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
services:
oxidebbs:
image: ghcr.io/sphildreth/oxidebbs:${OXIDEBBS_IMAGE_TAG:-1.3.0}
init: true
environment:
OXIDEBBS_BOARD_NAME: ${OXIDEBBS_BOARD_NAME:-OxideBBS}
OXIDEBBS_SYSOP_ALIAS: ${OXIDEBBS_SYSOP_ALIAS:-sysop}
OXIDEBBS_SYSOP_PASSWORD: ${OXIDEBBS_SYSOP_PASSWORD:-change-this-before-going-live}
OXIDEBBS_NODES: ${OXIDEBBS_NODES:-4}
OXIDEBBS_TELNET_PORT: 2323
OXIDEBBS_TELNET_BIND: ${OXIDEBBS_TELNET_BIND:-0.0.0.0:2323}
OXIDEBBS_ENABLE_TEST_DOOR: ${OXIDEBBS_ENABLE_TEST_DOOR:-1}
RUST_LOG: ${RUST_LOG:-oxidebbs=info}
ports:
- "${OXIDEBBS_HOST_TELNET_PORT:-2323}:2323"
volumes:
- oxidebbs-config:/srv/oxidebbs/config
- oxidebbs-data:/srv/oxidebbs/data
- oxidebbs-doors:/srv/oxidebbs/doors
- oxidebbs-logs:/srv/oxidebbs/logs
- oxidebbs-runtime:/srv/oxidebbs/runtime
volumes:
oxidebbs-config:
oxidebbs-data:
oxidebbs-doors:
oxidebbs-logs:
oxidebbs-runtime: