2020-05-10 16:50:03 +01:00
|
|
|
version: "2.3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
website:
|
|
|
|
build:
|
|
|
|
context: .
|
2020-09-12 11:29:43 +01:00
|
|
|
env_file: .env
|
2020-05-10 16:50:03 +01:00
|
|
|
volumes:
|
|
|
|
- "./public:/usr/share/nginx/html:ro"
|
|
|
|
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
|
|
|
|
ports:
|
|
|
|
- "80:80"
|