Files
Preston Hunter 090796be3c feat: Implement comprehensive service management features
- Added new components for managing services, including creation, editing, and listing.
- Introduced stack management functionalities, allowing users to create, edit, and view stacks.
- Implemented user management features, enabling user creation, editing, and listing.
- Enhanced volume management with create and info functionalities.
- Integrated network management capabilities, including listing and viewing networks.
- Developed task management features for viewing and listing tasks.
- Added support for Docker registry interactions, including authentication and repository management.
- Implemented error handling and user feedback mechanisms throughout the application.
- Established a robust routing system for navigating between different components and views.
- Enhanced the overall user experience with improved UI components and state management.
2025-12-20 19:13:09 -05:00

23 lines
556 B
YAML
Executable File

name: newt-primary
services:
newt:
image: fosrl/newt:latest
container_name: newt-primary
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PANGOLIN_ENDPOINT=https://pangolin.prestonhunter.space
- NEWT_ID=a2fnl2hpnwoussx
- NEWT_SECRET=b4e3nfk6f600gtkl4wi21xyuy738pc7vjv4ad2bo8d8hr1b1
- DOCKER_SOCKET=/var/run/docker.sock
networks:
- npm_default
- 2fauth_default
networks:
npm_default:
external: true
2fauth_default:
external: true