diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-22 11:53:13 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-22 11:53:13 -0600 |
| commit | 3841606684ee3d233266ad490905076a3562842c (patch) | |
| tree | 407adde62e5181cae2b0d3611bc6c18c00a20d67 /docker-compose.yml | |
| parent | 00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 (diff) | |
Remove server
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 19 |
1 files changed, 0 insertions, 19 deletions
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" |