mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 22:01:28 +00:00
e3275b34ce
Update fig.yml to work Update puma to not daemonize to work Update dockerfile too This version should work now.
14 lines
239 B
YAML
14 lines
239 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
|