mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
24 lines
472 B
YAML
24 lines
472 B
YAML
services:
|
|
nostream:
|
|
volumes:
|
|
- ${PWD}/.nostr.local:/home/node
|
|
caddy:
|
|
image: caddy:2.6.2-alpine
|
|
container_name: caddy
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
volumes:
|
|
- ${PWD}/Caddyfile.local:/etc/caddy/Caddyfile
|
|
- ${PWD}/.nostr.local/certs:/root/certs/
|
|
- caddydata:/data
|
|
- caddyconfig:/config
|
|
restart: unless-stopped
|
|
networks:
|
|
default:
|
|
ipv4_address: 10.10.10.5
|
|
|
|
volumes:
|
|
caddyconfig:
|
|
caddydata:
|