X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841..3841606684ee3d233266ad490905076a3562842c:/docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 03bf6b8..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: '3' - -services: - forum: - build: . - env_file: .env - image: rbdr/forum - volumes: - - .:/app - environment: - - FORUM_RETHINK_DB_HOST=db - ports: - - "1978:1978" - links: - - db - db: - image: rethinkdb:2.4 - ports: - - "8080:8080"