set Docker-compose, spa/dockerignore and spa/dockerfile

This commit is contained in:
valitovgaziz
2024-11-22 03:07:00 +05:00
parent 3a4ce70e70
commit 63e468e3b1
3 changed files with 34 additions and 0 deletions
+11
View File
@@ -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: