frontend do dockera

This commit is contained in:
Hubert Dwornik 2024-06-16 20:52:10 +02:00
parent 1370cde9a0
commit 8e6bcba337

View File

@ -28,6 +28,15 @@ services:
environment:
PGADMIN_DEFAULT_EMAIL: admin@admin.com
PGADMIN_DEFAULT_PASSWORD: admin
frontend:
container_name: frontend
build:
context: ./frontend
dockerfile: Dockerfile
ports:
- "80:80"
depends_on:
- app
volumes:
postgres_data: