chore: Remove outline service in docker-compose.yml (#2824)
Commit 18cf148bd1 made Yarn run locally outside of Docker, so there is no need for an outline container.
This commit is contained in:
@@ -18,19 +18,3 @@ services:
|
|||||||
- "127.0.0.1:4569:4569"
|
- "127.0.0.1:4569:4569"
|
||||||
volumes:
|
volumes:
|
||||||
- ./fakes3:/fakes3_root
|
- ./fakes3:/fakes3_root
|
||||||
outline:
|
|
||||||
image: outline:v001
|
|
||||||
command: yarn dev
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
pull: 1
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
volumes:
|
|
||||||
- .:/opt/outline
|
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
- redis
|
|
||||||
- s3
|
|
||||||
|
|||||||
Reference in New Issue
Block a user