Copied all stacks
This commit is contained in:
17
docker-stacks/app-server/portainer.yml
Normal file
17
docker-stacks/app-server/portainer.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer-ce:lts
|
||||
restart: always
|
||||
extra_hosts:
|
||||
- "id.khongisa.co.za:192.168.1.171"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
ports:
|
||||
- 9443:9443
|
||||
- 8000:8000
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
||||
name: portainer_data
|
||||
Reference in New Issue
Block a user