Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
issue #64: do not build custom server
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Oct 30, 2018
1 parent ad5eb4d commit dbf9796
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions env/docker/compose/docker-compose.base.yml
Expand Up @@ -40,11 +40,14 @@ services:
env_file: ../service/.env

server:
image: guard-server:latest
build:
context: ../server/context
dockerfile: ../Dockerfile
image: nginx:alpine
# build:
# context: ../server/context
# dockerfile: ../Dockerfile
depends_on:
- legacy
- service
env_file: ../server/.env
volumes:
- ../server/context/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
- ../server/context/nginx.conf:/etc/nginx/nginx.conf:ro

0 comments on commit dbf9796

Please sign in to comment.