1
0
Fork 0

Move unused Docker Compose files to a deprecated directory.

This commit is contained in:
Jonathan Chan 2021-10-20 22:40:38 +00:00
parent b40ce98c3b
commit 919fcabeaa
5 changed files with 4 additions and 19 deletions

9
.gitignore vendored
View File

@ -1,13 +1,12 @@
* *
!gitea/ !gitea/
!ghost/
!nextcloud/ !nextcloud/
!standardfile/
!ttrss/ !ttrss/
!funkwhale/
!mediawiki/
!syncthing/ !syncthing/
!nitter/ !deprecated/
!deprecated/funkwhale/
!deprecated/mediawiki/
!deprecated/nitter/
!**/docker-compose.yml !**/docker-compose.yml
!**/Dockerfile !**/Dockerfile
!.gitignore !.gitignore

View File

@ -1,14 +0,0 @@
version: "3.1"
services:
ghost:
image: ghost:latest
container_name: ghost
environment:
- NODE_ENV=production
restart: always
volumes:
- ./content:/var/lib/ghost/content
- ./config.production.json:/var/lib/ghost/config.production.json
ports:
- "2368:2368"