Add compose example

This commit is contained in:
Mario Romero 2023-09-28 23:38:55 -03:00
parent 4d47228841
commit f013400c34

View File

@ -0,0 +1,13 @@
# Example deploy from docker compose
services:
osicstacks-heavy-web:
# Image from https://git.1159.cl/Mario1159/osic-stacks/packages
image: git.1159.cl/mario1159/heavy-web
port:
- 8444:8444
environment:
- LOGIN_USER: designer
- LOGIN_PASSWORD: password
- PDK: sky130A
volumes:
- ./data:/home/designer/shared