Delete docker-compose-nossl.yml unused since 8113605
This commit is contained in:
parent
595cca183c
commit
70a747a2c0
@ -1,21 +0,0 @@
|
||||
db:
|
||||
build: db
|
||||
volumes:
|
||||
- ./volumes/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# uncomment the following to enable backup
|
||||
#environment:
|
||||
# - AWS_ACCESS_KEY_ID=XXXX
|
||||
# - AWS_SECRET_ACCESS_KEY=XXXX
|
||||
# - WALE_S3_PREFIX=s3://BUCKET_NAME/PATH
|
||||
# - AWS_REGION=us-east-1
|
||||
app:
|
||||
build: app
|
||||
links:
|
||||
- db:db
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./volumes/app/mattermost/config:/mattermost/config:rw
|
||||
- ./volumes/app/mattermost/data:/mattermost/data:rw
|
||||
- /etc/localtime:/etc/localtime:ro
|
Reference in New Issue
Block a user