Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 248 Bytes

README.remote.md

File metadata and controls

18 lines (13 loc) · 248 Bytes

Create .env

cp example.remote.env .env

Create network

docker network create --driver=overlay traefik

Create stack

export $(grep -v '^#' .env | xargs) && \
docker stack deploy -c remote.yml web