mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 13:15:16 +00:00
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:
|
|
- "3000:3000"
|
|
environment:
|
|
NODE_ENV: production
|
|
volumes:
|
|
- ap_pos_data:/app/data
|
|
|
|
volumes:
|
|
ap_pos_data:
|
|
|