Skip to content

Commit

Permalink
Links are no longer required in Compose v3 (#8403)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Aug 10, 2020
1 parent ab78391 commit 4c53180
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ services:
- packages:/var/opt/warehouse/packages
ports:
- "80:8000"
links:
- db
- redis
- localstack
- elasticsearch
- notdatadog

files:
build:
Expand All @@ -98,13 +92,6 @@ services:
environment:
C_FORCE_ROOT: "1"
FILES_BACKEND: "warehouse.packaging.services.LocalFileStorage path=/var/opt/warehouse/packages/ url=http://files:9001/packages/{path}"
links:
- db
- redis
- localstack
- elasticsearch
- smtp
- notdatadog

static:
build:
Expand Down

0 comments on commit 4c53180

Please sign in to comment.