This commit is contained in:
parent
bd306808a2
commit
7b26a7fa6f
5
docs/cmnds/101-docker.md
Normal file
5
docs/cmnds/101-docker.md
Normal file
@ -0,0 +1,5 @@
|
||||
### Restart Modes
|
||||
|
||||
on-failure
|
||||
unless-stopped
|
||||
always
|
@ -14,8 +14,8 @@ services:
|
||||
- DOCKER_MODS=linuxserver/mods:nextcloud-mediadc
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
- /docker/nextcloud/config:/config
|
||||
- /docker/nextcloud/data:/data
|
||||
- ${FOLDERS}/nextcloud/config:/config
|
||||
- ${FOLDERS}/nextcloud/data:/data
|
||||
# ports:
|
||||
# - 52443:443
|
||||
restart: ${RST-unless-stopped}
|
||||
@ -35,7 +35,7 @@ services:
|
||||
- MYSQL_USER=${db_user}
|
||||
- MYSQL_PASSWORD=${db_password}
|
||||
volumes:
|
||||
- /docker/nextcloud/db:/config
|
||||
- ${FOLDERS}/nextcloud/db:/config
|
||||
restart: ${RST-unless-stopped}
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
@ -48,10 +48,11 @@ Environments:
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=Europe/Amsterdam
|
||||
AutoUpdate=true
|
||||
FOLDERS=
|
||||
```
|
||||
|
||||
|
||||
|
27
docs/portainer-stacks/phoneinfoga.md
Normal file
27
docs/portainer-stacks/phoneinfoga.md
Normal file
@ -0,0 +1,27 @@
|
||||
Portainer Stack:
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
phoneinfoga:
|
||||
container_name: phoneinfoga
|
||||
image: sundowndev/phoneinfoga:${TAG-latest}
|
||||
network_mode: ${NET-bridge}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NUMVERIFY_API_KEY=${NUMVERIFY_API_KEY}
|
||||
ports:
|
||||
- ${PORT-5000}:5000
|
||||
command:
|
||||
- "serve"
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
||||
Environments:
|
||||
```
|
||||
NET=bridge
|
||||
TAG=latest
|
||||
AutoUpdate=true
|
||||
PORT=5566
|
||||
NUMVERIFY_API_KEY=
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user