set Docker-compose, spa/dockerignore and spa/dockerfile
This commit is contained in:
@@ -40,6 +40,17 @@ services:
|
||||
- goose:/migrations
|
||||
command: goose up
|
||||
|
||||
spa:
|
||||
build:
|
||||
context: ./spa
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
- api
|
||||
- db
|
||||
- migrator
|
||||
|
||||
volumes:
|
||||
postgres-db:
|
||||
goose:
|
||||
Reference in New Issue
Block a user