mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-25 07:53:33 +03:00
* updated: * python, * php, * flutter, * nodejs, * jdk, * go, * teamcity, * gitlab * added: * openssl 3.5.0, * android-sdk, * cmake, * qbittorrent * clang
Compose example
services:
websites:
image: epicmorg/websites
# depends_on:
# - mysql
# - memcached
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime
- /etc/timezone:/etc/timezone
# - /etc/letsencrypt:/etc/letsencrypt
- www:/var/www
- apache2:/etc/apache2
- php:/etc/php
restart: unless-stopped
# extra_hosts:
# - "example.com:192.168.0.11"
tmpfs:
- /tmp
- /var/lib/php/sessions
volumes:
www:
external: true
apache2:
external: true
php:
external: true