2023-10-05 08:52:01 +00:00
|
|
|
services:
|
2023-10-09 10:28:14 +00:00
|
|
|
hardlounge:
|
2023-11-24 01:27:46 +00:00
|
|
|
image: git.supernets.org/supernets/hardlounge:latest
|
2023-12-03 03:39:03 +00:00
|
|
|
build: .
|
2023-10-05 08:52:01 +00:00
|
|
|
ports:
|
|
|
|
- "9000:9000"
|
|
|
|
volumes:
|
2023-10-09 10:28:14 +00:00
|
|
|
- "$PWD/config:/var/opt/hardlounge"
|