2024-03-26 23:27:18 +00:00
|
|
|
name: zap-stream-core
|
|
|
|
services:
|
2024-11-15 15:54:51 +00:00
|
|
|
db:
|
|
|
|
image: mariadb
|
2024-03-26 23:27:18 +00:00
|
|
|
environment:
|
2024-11-15 15:54:51 +00:00
|
|
|
- "MARIADB_ROOT_PASSWORD=root"
|
|
|
|
- "MARIADB_DATABASE=zap-stream"
|
2024-03-26 23:27:18 +00:00
|
|
|
ports:
|
2024-11-15 15:54:51 +00:00
|
|
|
- "3368:3306"
|
|
|
|
#volumes:
|
|
|
|
#- "db:/var/lib/mysql"
|
|
|
|
relay:
|
|
|
|
image: scsibug/nostr-rs-relay
|
|
|
|
ports:
|
|
|
|
- "7766:8080"
|
|
|
|
volumes:
|
|
|
|
db:
|