Create docker-compose.yml

This commit is contained in:
Stefan Pejcic 2025-02-22 11:08:10 +01:00 committed by GitHub
parent edb5175abc
commit 16fe693a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,26 @@
include:
- ubuntu.yaml
- mysql.yaml
- memcached.yaml
- redis.yaml
- nginx.yaml
#- apache.yaml
#- mariadb.yaml
#- postgres.yaml
#- php1, php2..
#- pgadmin.yaml
- phpmyadmin.yaml
networks:
default:
driver: bridge
volumes:
mysql_data:
driver: local
html_data:
driver: local
webserver_data:
driver: local
pg_data:
driver: local