Rename the env-file

This commit is contained in:
Manuel Thalmann 2019-10-07 12:20:25 +00:00
parent f1906b03cd
commit f734303a26
3 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@ version: '3'
services: services:
silverstripe: silverstripe:
image: manuth/silverstripe-dev image: manuth/silverstripe-dev
env_file: .env env_file: devcontainer.env
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
@ -11,6 +11,6 @@ services:
- ../test/website:/var/www/html - ../test/website:/var/www/html
db: db:
image: mysql:5 image: mysql:5
env_file: .env env_file: devcontainer.env
volumes: volumes:
- ./mysql-data:/var/lib/mysql - ./mysql-data:/var/lib/mysql

6
.gitignore vendored
View file

@ -57,6 +57,9 @@ typings/
# Yarn Integrity file # Yarn Integrity file
.yarn-integrity .yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
@ -83,3 +86,6 @@ vendor/
# Build files # Build files
/javascript/ /javascript/
/css/
/templates/
/assets/