Move unused Docker Compose files to a deprecated directory.
This commit is contained in:
parent
b40ce98c3b
commit
919fcabeaa
|
@ -1,13 +1,12 @@
|
|||
*
|
||||
!gitea/
|
||||
!ghost/
|
||||
!nextcloud/
|
||||
!standardfile/
|
||||
!ttrss/
|
||||
!funkwhale/
|
||||
!mediawiki/
|
||||
!syncthing/
|
||||
!nitter/
|
||||
!deprecated/
|
||||
!deprecated/funkwhale/
|
||||
!deprecated/mediawiki/
|
||||
!deprecated/nitter/
|
||||
!**/docker-compose.yml
|
||||
!**/Dockerfile
|
||||
!.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