Skip to content

asapdotid/dcc-adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose Adminer

Docker image base adminer link

Make sure docker network exist:

docker network create proxy
docker network create secure

Makefile commands for run the code

make help

First of all:

  • Init setup env: make init
  • Init docker compose env: make env

Custom environment file

After first command make ini do not change env file on .make/.env

After command make env can change value of env file on src/.env

# Adminer Port
ADMINER_PORT=8080
# Custom config (PHP)
ADMINER_MEMORY_LIMIT=-1
ADMINER_UPLOAD_MAX_FILESIZE=1G
ADMINER_POST_MAX_SIZE=1G
ADMINER_MAX_EXECUTION_TIME=0

Running command make:

# Start docker compose
make up
# Stop docker compose
make down
# Check logs docker compose
make logs

Adminer URL address (default env 8080)

http://localhost:8080

License

MIT / BSD

Author Information

This Code was created in 2023 by Asapdotid 🚀

About

Docker Compose Adminer

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors