Move unused Docker Compose files to a deprecated directory.
This commit is contained in:
parent
b40ce98c3b
commit
919fcabeaa
|
@ -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
|
||||||
|
|
|
@ -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"
|
|
Loading…
Reference in New Issue