mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create docker-compose.yml
This commit is contained in:
parent
edb5175abc
commit
16fe693a53
26
docker/v1/compose/docker-compose.yml
Normal file
26
docker/v1/compose/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user