You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
458 B
21 lines
458 B
3 years ago
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
|
||
|
solanum:
|
||
|
build:
|
||
|
context: solanum/
|
||
|
container_name: ${SO_CONTAINER_NAME:-ircd-solanum}
|
||
|
restart: ${SO_RESTART:-unless-stopped}
|
||
|
volumes:
|
||
|
- ${LOCAL_STACK_DIR}/solanum/etc:/srv/config
|
||
|
- ${LOCAL_STACK_DIR}/solanum/certs:/certs
|
||
|
- ${LOCAL_STACK_DIR}/solanum/logs:/srv/logs
|
||
|
ports:
|
||
|
- 5000:5000
|
||
|
- 6665-6669:6665-6669
|
||
|
- 6697:6697
|
||
|
- 9999:9999
|
||
|
environment:
|
||
|
- TZ=${TZ}
|