New config for docker-compose

This commit is contained in:
Araya's Project
2026-06-10 22:22:13 +07:00
parent af93a1cbbd
commit 21c74b6bf3
+3 -3
View File
@@ -1,8 +1,8 @@
services:
app:
build: .
ports:
- "80:80"
expose:
- "80"
depends_on:
db:
condition: service_healthy
@@ -27,4 +27,4 @@ services:
start_period: 30s
volumes:
db_data:
db_data: