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

Commit

Permalink
fix #64: do not build legacy image
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Oct 30, 2018
1 parent c595061 commit 5acdcf9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions env/docker/compose/docker-compose.base.yml
Expand Up @@ -10,11 +10,13 @@ services:
env_file: ../db/.env

legacy:
image: guard-legacy:latest
build:
context: ../legacy/context
dockerfile: ../Dockerfile
image: php:fpm-alpine
# build:
# context: ../legacy/context
# dockerfile: ../Dockerfile
env_file: ../legacy/.env
volumes:
- ../legacy/context/:/var/www/html/:ro

migration:
image: kamilsk/guard:latest
Expand Down

0 comments on commit 5acdcf9

Please sign in to comment.