Initial commit
This commit is contained in:
91
static_pages/docker-compose.yaml
Normal file
91
static_pages/docker-compose.yaml
Normal file
@@ -0,0 +1,91 @@
|
||||
version: '3.6'
|
||||
services:
|
||||
www_radoslawgierwialo:
|
||||
container_name: static_radoslawgierwialo
|
||||
image: nginxinc/nginx-unprivileged:1.22-alpine
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.50'
|
||||
memory: 128M
|
||||
volumes:
|
||||
- www_public_radoslawgierwialo:/usr/share/nginx/html
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.16.10
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
www_rgierwialo:
|
||||
container_name: static_rgierwialo
|
||||
image: linuxserver/grav:version-1.7.38
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.50'
|
||||
memory: 128M
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
||||
- www_public_rgierwialo:/config
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.16.20
|
||||
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
www_8focus:
|
||||
container_name: static_8focus
|
||||
image: nginxinc/nginx-unprivileged:1.22-alpine
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.50'
|
||||
memory: 128M
|
||||
volumes:
|
||||
- www_public_8focus:/usr/share/nginx/html
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.16.30
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
www_radziel:
|
||||
container_name: static_radziel
|
||||
image: linuxserver/grav:version-1.7.38
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.50'
|
||||
memory: 128M
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
||||
- www_public_radziel:/config
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.16.40
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
www_public_radoslawgierwialo:
|
||||
external: true
|
||||
|
||||
www_public_rgierwialo:
|
||||
external: true
|
||||
|
||||
www_public_8focus:
|
||||
external: true
|
||||
|
||||
www_public_radziel:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
internal_traffic:
|
||||
external: true
|
||||
Reference in New Issue
Block a user