mirror of https://github.com/rm-dr/daisy
18 lines
277 B
YAML
18 lines
277 B
YAML
|
version: "3"
|
||
|
|
||
|
# You'll need to edit this file if you want to use it.
|
||
|
networks:
|
||
|
reverse_proxy:
|
||
|
external: true
|
||
|
|
||
|
services:
|
||
|
daisy:
|
||
|
build: ./server
|
||
|
container_name: daisy
|
||
|
restart: unless-stopped
|
||
|
|
||
|
networks:
|
||
|
- reverse_proxy
|
||
|
|
||
|
#ports:
|
||
|
# - "80:80"
|