9 lines
152 B
YAML
9 lines
152 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
planilla:
|
|
image: gitea.interno.com/nucleo000/planilla:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3008:3000"
|