Compare commits
10 Commits
96a4436185
...
04491e66cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 04491e66cb | |||
| f62fe74b7a | |||
| eae4aa5036 | |||
| 27c359f534 | |||
| d4b4a422d6 | |||
| 166a4e5dfe | |||
| 71a031da14 | |||
| 154b95c927 | |||
| 762b73e8ec | |||
| 06645a8d63 |
26
firefox.yml
Normal file
26
firefox.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
vpn_uplink:
|
||||||
|
external: true
|
||||||
|
behind_proxy:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
firefox:
|
||||||
|
image: lscr.io/linuxserver/firefox
|
||||||
|
container_name: firefox
|
||||||
|
environment:
|
||||||
|
- PUID=1002
|
||||||
|
- PGID=1002
|
||||||
|
- TZ=Europe/Stockholm
|
||||||
|
volumes:
|
||||||
|
- /home/ubuntu/docker_volumes/firefox/config:/config
|
||||||
|
ports:
|
||||||
|
- 4000:3000
|
||||||
|
shm_size: "1gb"
|
||||||
|
networks:
|
||||||
|
vpn_uplink:
|
||||||
|
ipv4_address: 10.23.0.222
|
||||||
|
behind_proxy:
|
||||||
|
restart: unless-stopped
|
||||||
19
portainer.yml
Normal file
19
portainer.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
infra_out:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
portainer:
|
||||||
|
image: portainer/portainer-ce # This line was modified in 1clowd branch
|
||||||
|
container_name: portainer
|
||||||
|
volumes:
|
||||||
|
- /home/alexd/docker_volumes/portainer/data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
ports:
|
||||||
|
- "9900:9000" # This line was modified in 1clowd branch
|
||||||
|
networks:
|
||||||
|
infra_out:
|
||||||
|
ipv4_address: 10.23.0.211 # This line was modified in 1clowd branch
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user