Initial server configuration
This commit is contained in:
16
portainer/compose.yml
Normal file
16
portainer/compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# /services/portainer/compose.yml
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:lts
|
||||
container_name: portainer
|
||||
restart: always
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
Reference in New Issue
Block a user