mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Remove docker compose file used for development
This commit is contained in:
parent
4569b458d7
commit
71ddb9869e
|
|
@ -1,37 +0,0 @@
|
|||
# Usage:
|
||||
# docker-compose build && docker-compose up
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
grocy-nginx:
|
||||
image: grocy/grocy-docker:nginx
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile-grocy-nginx
|
||||
depends_on:
|
||||
- grocy
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
volumes_from:
|
||||
- grocy
|
||||
container_name: grocy-nginx
|
||||
|
||||
grocy:
|
||||
image: grocy/grocy-docker:grocy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
expose:
|
||||
- 9000
|
||||
volumes:
|
||||
- ./data_store:/www/data
|
||||
environment:
|
||||
PHP_MEMORY_LIMIT: 512M
|
||||
MAX_UPLOAD: 50M
|
||||
PHP_MAX_FILE_UPLOAD: 200
|
||||
PHP_MAX_POST: 100M
|
||||
GROCY_CULTURE: en
|
||||
container_name: grocy
|
||||
#volumes:
|
||||
# database:
|
||||
Loading…
Reference in New Issue
Block a user