mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-02 06:47:44 +08:00
22 lines
368 B
YAML
22 lines
368 B
YAML
version: '3'
|
|
services:
|
|
moments:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:80"
|
|
volumes:
|
|
- "moments_data:/app"
|
|
image: drizzle2001/moments:2.0
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
volumes:
|
|
moments_data:
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|