summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
commit537da73d3858d123ea4b15fe77342b6a2ba61969 (patch)
tree5a5926092301c12f0e55bbff170934fff2dd94a6 /docker-compose.yml
parentFormat the file (diff)
parentMerge pull request #492 from fosscord/translation (diff)
downloadserver-ts-537da73d3858d123ea4b15fe77342b6a2ba61969.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml27
1 files changed, 5 insertions, 22 deletions
diff --git a/docker-compose.yml b/docker-compose.yml

index 5861e12f..3c03220c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml
@@ -1,24 +1,7 @@ version: "3" services: - db: - hostname: fosscord_db - image: mongo:latest - volumes: - - ./db:/data/db - restart: unless-stopped - api: - hostname: fosscord_api - image: fosscord/api - depends_on: - - db - ports: - - 3001:3001 - env_file: ./.docker/env - gateway: - hostname: fosscord_gateway - image: fosscord/gateway - depends_on: - - db - ports: - - 3002:3002 - env_file: ./.docker/env \ No newline at end of file + server: + image: fosscord/server + build: . + ports: + - 3001:3001