fix typo for homeworks 13 directory

This commit is contained in:
2022-12-23 09:46:05 +07:00
parent b5268a1370
commit 2e7a604149
67 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
version: "3.7"
services:
frontend:
build: ./frontend
ports:
- "8000:80"
backend:
build: ./backend
links:
- db
ports:
- "9000:9000"
db:
image: postgres:13-alpine
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DB: news