fix: local docker-compose setup (#460)

This commit is contained in:
Karol Sójko
2020-09-01 16:16:40 +02:00
committed by GitHub
parent 153d05d58c
commit 6a1c10d3f7
5 changed files with 64 additions and 22 deletions

View File

@@ -1,11 +1,23 @@
version: '3'
version: '3.8'
services:
app:
build:
context: .
command: start-local
env_file: .env
restart: unless-stopped
ports:
- ${PORT}:3001
volumes:
- .:/app
networks:
standardnotes_proxy:
aliases:
- web
web: {}
networks:
web:
name: web
standardnotes_proxy:
name: standardnotes