2024-04-23 06:25:12 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
services:
|
|
|
|
gptbot:
|
2024-04-23 06:42:12 +00:00
|
|
|
build: .
|
|
|
|
volumes:
|
2024-04-23 06:46:31 +00:00
|
|
|
- ./config.ini:/app/config.ini
|
2024-04-23 06:42:12 +00:00
|
|
|
|
|
|
|
pantalaimon:
|
|
|
|
image: matrixdotorg/pantalaimon
|
|
|
|
volumes:
|
|
|
|
- ./pantalaimon.conf:/etc/pantalaimon/pantalaimon.conf
|
|
|
|
ports:
|
|
|
|
- "8010:8010"
|