lodfe/compose.dev.yml

23 lines
475 B
YAML
Raw Normal View History

2020-09-01 03:28:41 +09:00
version: "3"
services:
php:
image: babibubebon/lodfe:latest-php
build:
context: .
dockerfile: ./docker/php/Dockerfile
volumes:
- ./:/var/www/lodfe
nginx:
image: babibubebon/lodfe:latest-nginx
build:
context: .
dockerfile: ./docker/nginx/Dockerfile
ports:
2022-11-07 00:19:49 +09:00
- 127.0.0.1:80:80
2020-09-01 03:28:41 +09:00
depends_on:
- php
volumes:
- ./:/var/www/lodfe
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro