Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
22 lines
417 B
YAML
22 lines
417 B
YAML
services:
|
|
glance:
|
|
container_name: glance
|
|
image: glanceapp/glance
|
|
volumes:
|
|
- ./config:/app/config
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
ports:
|
|
- 1005:8080
|
|
restart: unless-stopped
|
|
networks:
|
|
- default
|
|
- cup_default
|
|
|
|
|
|
networks:
|
|
default:
|
|
cup_default:
|
|
external: true
|