Created .env-File
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
php:
|
||||
build:
|
||||
context: ./docker/php
|
||||
ports:
|
||||
- 9000:9000
|
||||
volumes:
|
||||
- './www-data:/srv/www/api'
|
||||
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
|
||||
@@ -17,7 +13,7 @@ services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- 80:80
|
||||
- 8123:80
|
||||
volumes:
|
||||
- ./www-data:/srv/www/api
|
||||
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
@@ -26,8 +22,6 @@ services:
|
||||
|
||||
mysql:
|
||||
image: mariadb:latest
|
||||
ports:
|
||||
- 3306:3306
|
||||
depends_on:
|
||||
- php
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user