19 lines
342 B
YAML
19 lines
342 B
YAML
services:
|
|
peanut:
|
|
container_name: peanut
|
|
image: brandawg93/peanut:latest
|
|
environment:
|
|
- NUT_HOST=192.168.1.51
|
|
- NUT_PORT=3493
|
|
- WEB_PORT=8080
|
|
networks:
|
|
- reverse-proxy
|
|
ports:
|
|
- 8980:8080
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
name: reverse-proxy
|
|
external: true
|