mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 21:25:16 +00:00
- Created setup.html for the initial configuration of the admin account. - Implemented setup.js to handle form submission and validation. - Added logo images for branding. - Introduced storage.js for API data handling (load, save, remove). - Added styles.css for consistent styling across the application.
16 lines
253 B
YAML
16 lines
253 B
YAML
services:
|
|
ap-pos:
|
|
image: marcogll/ap-pos:latest
|
|
container_name: ap-pos
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3111:3111"
|
|
environment:
|
|
NODE_ENV: production
|
|
volumes:
|
|
- ap_pos_data:/app/data
|
|
|
|
volumes:
|
|
ap_pos_data:
|
|
|