mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
3984ad2442
Fix bunch of things with docker and add entry.sh
11 lines
160 B
YAML
11 lines
160 B
YAML
web:
|
|
image: ensl
|
|
links:
|
|
- mysql
|
|
# - redis
|
|
mysql:
|
|
image: mysql/mysql-server
|
|
volumes:
|
|
- /srv/ensl/mysql:/var/lib/mysql
|
|
#redis:
|
|
# image: redis
|