Created .env-File

This commit is contained in:
2020-07-15 16:05:20 +02:00
parent 5540f0944d
commit f66d3daac1

View File

@@ -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: