mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 05:10:59 +00:00
fe66edf712
Get old circleci.yml entry.sh env Add test.sh for testing Update Makefile for correct docker path ADd env/test.sh
15 lines
245 B
YAML
15 lines
245 B
YAML
web:
|
|
image: ensl
|
|
volumes:
|
|
- "/srv/ensl/public:/var/www/public"
|
|
ports:
|
|
- "4000:4000"
|
|
links:
|
|
- mysql
|
|
# - redis
|
|
mysql:
|
|
image: mysql/mysql-server:5.7
|
|
volumes:
|
|
- "/srv/ensl/mysql:/var/lib/mysql"
|
|
#redis:
|
|
# image: redis
|