first commit

This commit is contained in:
2025-09-10 15:28:46 +03:30
commit 00edec179a
204 changed files with 21024 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
TZ=Asia/Tehran
APP_DOCKER_NETWORK=app
POSTGRES_IMAGE=postgres:latest
POSTGRES_CONTAINER_NAME=postgres
POSTGRES_HOSTNAME=postgres
POSTGRES_USER=root
POSTGRES_PASSWORD=password
POSTGRES_DATABASE=app
REDIS_IMAGE=redis:alpine
REDIS_CONTAINER_NAME=redis
REDIS_HOSTNAME=redis
REDIS_PASSWORD=password
PGADMIN_IMAGE=dpage/pgadmin4
PGADMIN_CONTAINER_NAME=pgadmin
PGADMIN_HOSTNAME=pgadmin
PGADMIN_DEFAULT_EMAIL=admin@codespaces.ir
PGADMIN_DEFAULT_PASSWORD=password