Skip to content

Commit

Permalink
Remove all ancient comments from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rc9000 authored Oct 13, 2021
1 parent 1137a0a commit 7790abe
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
version: '2.3'
services:

netdisco-postgresql:
image: netdisco/netdisco:latest-postgresql
volumes:
- "./netdisco/pgdata:/var/lib/postgresql/data"
# build:
# context: netdisco-postgresql
# netdisco-base:
# image: netdisco/netdisco:latest-base
# build:
# context: netdisco-base
# scale: 0

netdisco-backend:
image: netdisco/netdisco:latest-backend
volumes:
Expand All @@ -29,15 +24,12 @@ services:
- 'attempts:1'
- edns0
- trustad
# build:
# context: netdisco-backend

netdisco-web:
image: netdisco/netdisco:latest-web
volumes:
- "./netdisco/nd-site-local:/home/netdisco/nd-site-local"
- "./netdisco/config:/home/netdisco/environments"
# logs are symlinked to stdout
# - "./netdisco/logs:/home/netdisco/logs"
environment:
NETDISCO_DOMAIN: discover
NETDISCO_DB_HOST: netdisco-postgresql
Expand All @@ -52,8 +44,7 @@ services:
- 'attempts:1'
- edns0
- trustad
# build:
# context: netdisco-web

netdisco-do:
image: netdisco/netdisco:latest-do
volumes:
Expand All @@ -67,6 +58,3 @@ services:
profiles:
- cli-manual

#networks:
# default:
# enable_ipv6: true

0 comments on commit 7790abe

Please sign in to comment.