Remove container names from containers

They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
Jake Howard 2020-06-27 17:45:28 +01:00
parent 681d591176
commit fe5a5984c3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
21 changed files with 0 additions and 23 deletions

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
duplicati: duplicati:
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls61 image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls61
container_name: duplicati
hostname: "{{ ansible_fqdn }}" hostname: "{{ ansible_fqdn }}"
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
homeassistant: homeassistant:
image: homeassistant/home-assistant:stable image: homeassistant/home-assistant:stable
container_name: home-assistant
network_mode: host network_mode: host
volumes: volumes:
- ./config:/config - ./config:/config

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
calibre: calibre:
image: linuxserver/calibre-web:latest image: linuxserver/calibre-web:latest
container_name: calibre
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
folding-at-home: folding-at-home:
image: linuxserver/foldingathome:latest image: linuxserver/foldingathome:latest
container_name: folding-at-home
cpus: 0.75 cpus: 0.75
environment: environment:
- TZ=Europe/London - TZ=Europe/London
@ -13,5 +12,4 @@ services:
- ./config:/config - ./config:/config
ports: ports:
- 7396:7396 - 7396:7396
- 36330:36330
restart: unless-stopped restart: unless-stopped

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
gitea: gitea:
image: gitea/gitea:1.12.1 image: gitea/gitea:1.12.1
container_name: gitea
restart: unless-stopped restart: unless-stopped
environment: environment:
- USER_UID={{ docker_user.id }} - USER_UID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
duplicati: duplicati:
image: gotify/server:2.0.16 image: gotify/server:2.0.16
container_name: gotify
environment: environment:
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
jellyfin: jellyfin:
image: linuxserver/jellyfin:v10.5.5-ls58 image: linuxserver/jellyfin:v10.5.5-ls58
container_name: jellyfin
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
librespeed: librespeed:
image: linuxserver/librespeed:latest image: linuxserver/librespeed:latest
container_name: librespeed
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
nextcloud: nextcloud:
image: linuxserver/nextcloud:19.0.0-ls87 image: linuxserver/nextcloud:19.0.0-ls87
container_name: nextcloud
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}
@ -62,7 +61,6 @@ services:
collabora: collabora:
image: collabora/code:latest image: collabora/code:latest
container_name: collabora
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- MKNOD - MKNOD

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
quassel-core: quassel-core:
image: linuxserver/quassel-core:latest image: linuxserver/quassel-core:latest
container_name: quassel
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
todoist-github: todoist-github:
image: theorangeone/todoist-github:latest image: theorangeone/todoist-github:latest
container_name: todoist-github
restart: unless-stopped restart: unless-stopped
command: python3 -m todoist_github --interval 900 command: python3 -m todoist_github --interval 900
environment: environment:

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
deluge: deluge:
image: linuxserver/deluge:latest image: linuxserver/deluge:latest
container_name: deluge
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
tt-rss: tt-rss:
image: lunik1/tt-rss:latest image: lunik1/tt-rss:latest
container_name: tt-rss
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
wallabag: wallabag:
image: wallabag/wallabag:latest image: wallabag/wallabag:latest
container_name: wallabag
restart: unless-stopped restart: unless-stopped
environment: environment:
- SYMFONY__ENV__SECRET={{ wallabag_secret }} - SYMFONY__ENV__SECRET={{ wallabag_secret }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
web-rng: web-rng:
image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest
container_name: web-rng
restart: unless-stopped restart: unless-stopped
labels: labels:
- traefik.enable=true - traefik.enable=true

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
whoami: whoami:
image: containous/whoami:latest image: containous/whoami:latest
container_name: whoami
restart: unless-stopped restart: unless-stopped
labels: labels:
- traefik.enable=true - traefik.enable=true

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
netdata: netdata:
image: netdata/netdata:latest image: netdata/netdata:latest
container_name: netdata
cap_add: cap_add:
- SYS_PTRACE - SYS_PTRACE
security_opt: security_opt:

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
3proxy: 3proxy:
image: riftbit/3proxy:latest image: riftbit/3proxy:latest
container_name: 3proxy
restart: unless-stopped restart: unless-stopped
ports: ports:
- 1080:1080 - 1080:1080

View File

@ -3,7 +3,6 @@ version: "2.3"
services: services:
statping: statping:
image: hunterlong/statping:v0.80.70 image: hunterlong/statping:v0.80.70
container_name: statping
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./statping:/app - ./statping:/app

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
traefik: traefik:
container_name: traefik
image: traefik:v2.2.1 image: traefik:v2.2.1
network_mode: host network_mode: host
volumes: volumes:

View File

@ -2,7 +2,6 @@ version: "2.3"
services: services:
website: website:
image: docker.pkg.github.com/realorangeone/theorangeone.net/theorangeone.net:latest image: docker.pkg.github.com/realorangeone/theorangeone.net/theorangeone.net:latest
container_name: theorangeone.net
environment: environment:
- TZ=Europe/London - TZ=Europe/London
restart: unless-stopped restart: unless-stopped